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 2020/02/25 17:06:00 UTC

[jira] [Created] (IMPALA-9422) Improve join builder profiles

Tim Armstrong created IMPALA-9422:
-------------------------------------

             Summary: Improve join builder profiles
                 Key: IMPALA-9422
                 URL: https://issues.apache.org/jira/browse/IMPALA-9422
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Tim Armstrong


We should clean up/improve the join builder profiles for the separate build.

First, for the separate build, we should ensure that all time spent in the builder is counted against the builder. E.g. calls into public methods like BeginSpilledProbe(). These should be counted as idle time for the actual join implementation, so that we can see that the time is spent in the (serial) builder instead of the (parallel) probe.

We might need to fix things like Send() being called by RepartitionBuildInput, resulting in double counting.

Second, we should revisit the assortment of timers - BuildRowsPartitionTime, HashTablesBuildTime, RepartitionTime. Maybe it makes sense to make them child counters of total time to make the relationship clearer.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)