Details
-
Enhancement
-
Status: Resolved (View Workflow)
-
Medium
-
Resolution: Fixed
-
None
-
None
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon 2021 - Sep 15 - 29
Description
This change may improve Nephron's performance noticeably.
After some fields were removed from FlowSummaryData it now only consists of the aggregation key and the aggregate. Therefore FlowSummaryData can be replaced by Beam's standard key value class.
This change would make the keying transformations of FlowSummaryData into KV<CompoundKey, FlowSummaryData> unnecessary that is required to apply CortexIo and PaneAccumulator.