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
158398: ui, sql: Record KV CPU Time in statement and transaction statistics r=alyshanjahani-crl a=alyshanjahani-crl
This commit starts recording the newly added kvCPUTime field from topLevelQueryStats and exposes it in the UI.
Fixes: https://cockroachlabs.atlassian.net/browse/CRDB-57265 Release note (ui change): KV CPU Time is now recorded to statement_statistics and transaction_statistics and is displayed in the SQL Activity page.
158643: rttanalysis: use SetupEx/ResetEx for multi-database benchmark r=rafiss a=rafiss
Update buildNDatabasesWithMTables to return slices for SetupEx and ResetEx, with each database having its own element. This should make it less likely to encounter txn retry errors during cleanup.
Fixes: #156226
Release note: None
Co-authored-by: alyshanjahani-crl <alyshan@cockroachlabs.com>
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
0 commit comments