You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Hitesh Kapoor (JIRA)" <ji...@apache.org> on 2017/03/02 08:07:45 UTC

[jira] [Created] (APEXMALHAR-2430) Optimize Join accumulation by changing the data structure in accumulation method

Hitesh Kapoor created APEXMALHAR-2430:
-----------------------------------------

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