[
https://issues.apache.org/jira/browse/APEXMALHAR-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay Kolhatkar resolved APEXMALHAR-2430.
-------------------------------------------
Resolution: Done
Fix Version/s: 3.7.0
> Optimize Join accumulation by changing the data structure in accumulation
> method
> --------------------------------------------------------------------------------
>
> Key: APEXMALHAR-2430
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2430
> Project: Apache Apex Malhar
> Issue Type: Improvement
> Reporter: Hitesh Kapoor
> Assignee: Hitesh Kapoor
> Fix For: 3.7.0
>
>
> Instead of having a list of map we can have List<MultiMap<Object, Object>>
> The key to multimap is a unique object generated for set of keys configured
> and value of multimap can contain more than one object for the same key.
> This way, while making the comparison, it becomes straightforward how to get
> the matching pairs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)