You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/07/18 15:27:00 UTC

[jira] [Created] (IMPALA-5676) BufferedTupleStreamV2::CheckConsistency() is too slow for large streams with small pages in Debug build

Tim Armstrong created IMPALA-5676:
-------------------------------------

             Summary: BufferedTupleStreamV2::CheckConsistency() is too slow for large streams with small pages in Debug build
                 Key: IMPALA-5676
                 URL: https://issues.apache.org/jira/browse/IMPALA-5676
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
    Affects Versions: Impala 2.10.0
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


I saw a spilling query (with a bad plan) spending a huge amount of time in this function.

We should probably split out the O(n) parts of CheckConsistency() into a separate function that is run less frequently, e.g. once per pass over the stream.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)