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
91668: ui: add contention info to insight statement details r=j82w a=j82w
This changes the crdb_internal.cluster_execution_insights to store
the names of contention key instead of
the ids. This avoids complex join logic so the
ui can display a eas format.
This does not currently contain the blocking
transaction fingerprint or the blocking statement
information. The blocking fingerprint will be added in issue #91665closes: #91187https://www.loom.com/share/03e08c5a473844b3a637b9eb618b7866
Release note (ui change): Add the contention
time, schema, database, table, and index info
to insights statement details page.
91942: sql: use empty roachpb.TenantID for error return r=michae2 a=stevendanna
MakeTenantID(0) panics. In other error cases in the code base, we return an empty struct.
Epic: None
Release note: None
Co-authored-by: j82w <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
This issue added contention events to the insights table. These new events need to be added to the insights statement details page.
Jira issue: CRDB-21141
The text was updated successfully, but these errors were encountered: