-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Backend
-
Labels:
-
Epic Color:ghx-label-13
David Rorke 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.
- is duplicated by
-
IMPALA-4603 Serializing large query profiles as part of ImpalaServer::UnregisterQuery can potentially cause slow downs
-
- Resolved
-