Rohini Palaniswamy created PIG-4049:
---------------------------------------

             Summary: Improve performance of Limit following an Orderby on Tez
                 Key: PIG-4049
                 URL: https://issues.apache.org/jira/browse/PIG-4049
             Project: Pig
          Issue Type: Sub-task
            Reporter: Rohini Palaniswamy


Better algorithms can be applied to improve performance for limit following an 
order by.

For eg:
{code}
A = LOAD '/tmp/data' ...;
B = ORDER A by $0 parallel 100;
C = LIMIT B 100;
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to