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

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

GitHub user Hitesh-Scorpio opened a pull request:

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

    APEXMALHAR-2430 Optimizing Join accumulation

    @chinmaykolhatkar Please review

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Hitesh-Scorpio/apex-malhar 
APEXMALHAR-2430_OptimizeJoin

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #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
>
> 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