You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/08/23 00:41:00 UTC

[jira] [Created] (IMPALA-7477) Improve QueryResultSet interface to allow appending a batch of rows at a time

Tim Armstrong created IMPALA-7477:
-------------------------------------

             Summary: Improve QueryResultSet interface to allow appending a batch of rows at a time
                 Key: IMPALA-7477
                 URL: https://issues.apache.org/jira/browse/IMPALA-7477
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


The QueryResultSet interface used from PlanRootSink operates on a row at a time and is inefficient and inelegant. We can improve code readability by moving some logic from PlanRootSink to QueryResultSet and improve perf if we switch to an interface that allows appending a batch.

This will make IMPALA-4268 incrementally easier.

There are some TODOs in the code related to this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org