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/13 15:57:00 UTC

[jira] [Created] (IMPALA-9378) CPU usage for runtime profiles with multithreading

Tim Armstrong created IMPALA-9378:
-------------------------------------

             Summary: CPU usage for runtime profiles with multithreading
                 Key: IMPALA-9378
                 URL: https://issues.apache.org/jira/browse/IMPALA-9378
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong
         Attachments: coord_q5_dop0.svg, coord_q5_dop16.svg

[~drorke] reports that significant amounts of time can be spent on the runtime profile with higher values of mt_dop. This can impact query performance from the client's point of view since profile serialisation is on the critical path for closing the query. Also serialising the profile for the webserver holds the ClientRequestState's lock, so can block query progress.

We should figure out how to make this more efficient.



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