You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/07/16 10:24:04 UTC

[jira] [Created] (TAJO-950) Add distinct sort feature to sort operators

Hyunsik Choi created TAJO-950:
---------------------------------

             Summary: Add distinct sort feature to sort operators
                 Key: TAJO-950
                 URL: https://issues.apache.org/jira/browse/TAJO-950
             Project: Tajo
          Issue Type: Improvement
          Components: physical operator
            Reporter: Hyunsik Choi


Distinct sort physical operators are useful for 'SELECT DISTINCT' and some distinct aggregation statements. This feature enables the operator to eliminate the rows which have duplicated sort keys while sorting. It is very effective to reduce intermediate data, especially in the case where there are many duplicated sort keys.

We need this feature. In terms of implementation approach, I'm expecting that distinct sort would be a flag for existing sort operators.



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