[jira] [Updated] (PIG-4536) LIMIT inside nested foreach should have combiner optimization

2015-05-06 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-4536: Labels: Performance (was: ) Using Combiner for LIMIT in nested foreach, should also consider

[jira] [Updated] (PIG-4536) LIMIT inside nested foreach should have combiner optimization

2015-05-06 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-4536: Description: {code} data_group = GROUP A BY (f1, f2) PARALLEL 100; group_result = FOREACH