You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rakesh Setty (JIRA)" <ji...@apache.org> on 2009/05/18 19:58:45 UTC

[jira] Updated: (PIG-802) PERFORMANCE: not creating bags for ORDER BY

     [ https://issues.apache.org/jira/browse/PIG-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rakesh Setty updated PIG-802:
-----------------------------

    Attachment: OrderByOptimization.patch

Attaching the patch file.

> PERFORMANCE: not creating bags for ORDER BY
> -------------------------------------------
>
>                 Key: PIG-802
>                 URL: https://issues.apache.org/jira/browse/PIG-802
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>         Attachments: OrderByOptimization.patch
>
>
> Order by should be changed to not use POPackage to put all of the tuples in a bag on the reduce side, as the bag is just immediately flattened. It can instead work like join does for the last input in the join. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.