You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2014/05/19 20:42:38 UTC

[jira] [Created] (DRILL-776) Support selection vector sv2 and sv4 in partition sender

Jinfeng Ni created DRILL-776:
--------------------------------

             Summary: Support selection vector sv2 and sv4 in partition sender 
                 Key: DRILL-776
                 URL: https://issues.apache.org/jira/browse/DRILL-776
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Jinfeng Ni
            Assignee: Jinfeng Ni


Currently, Partition sender does not accept sv2 or sv4. If the incoming batch is sv2 or sv4, a SelectionVectorRemover (SVR) op is required to remove sv2 or sv4.   SVR is essentially doing copy, while partition sender is doing copy as well. This would introduce unnecessary copy to the whole query process.

In stead, we should enhance Partition sender so that it could take sv2 and sv4 directly, removing the SVR's copy overhead. This would improve the query performance in terms of cpu and memory consumption.




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