[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905009#comment-15905009
 ] 

ASF GitHub Bot commented on APEXMALHAR-2430:
--------------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/apex-malhar/pull/576


> 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)

Reply via email to