You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements to this query were made in #139735, however statement timeouts
and memory budget exceeded errors were still occurring.
This commit improves the query dump by reducing the result set of the CTEs
used in the query. Instead of retrieving all fingerprints from the
statement_statistics table and using those in the joins, it first filters
by the fingerprints present in the contention event registry.
Fixes: #146877
Release note (cli change): Improves the performance of the debug zip query
that collects transaction_contention_events data, reducing the chances of
"memory budget exceeded" or "query execution canceled due to statement timeout"
errors.
0 commit comments