Wenzhe Zhou created IMPALA-12983:
------------------------------------

             Summary: Push down 'order by' to remote database server
                 Key: IMPALA-12983
                 URL: https://issues.apache.org/jira/browse/IMPALA-12983
             Project: IMPALA
          Issue Type: Sub-task
          Components: Frontend
            Reporter: Wenzhe Zhou


"order by" cannot be pushed down to JDBC right now, but most of tpcds/tpch 
queries are using "order by ... limit ...", e.g top n. This results JDBC 
handler to retrieve all rows of remote table on remote database server, hence 
bad performance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to