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
In 22.2, we primarily have insights surfaced at the statement level. We should make this the default so it's more discoverable.
In 23.1, once we have transaction-level insights, we can revert the behavior as the transaction is typically the entry point for end users when debugging a performance issue.
Previously, the Workload Insights view were first
Transaction and then Statements. Since 22.2 has more
information on a Statement level, this commit changes
the order of views, so Stament is first and Transactions
is second.
Fixescockroachdb#92931
Release note (ui change): Switch order of Transaction
and Statement views on Workload Insights.
maryliag
added a commit
to maryliag/cockroach
that referenced
this issue
Dec 2, 2022
Previously, the Workload Insights view were first
Transaction and then Statements. Since 22.2 has more information on a
Statement level, this commit changes the order of views, so Statement is first
and Transactions is second.
Fixescockroachdb#92931
Release note (ui change): Switch order of Transaction and Statement
views on Workload Insights.
In 22.2, we primarily have insights surfaced at the statement level. We should make this the default so it's more discoverable.
In 23.1, once we have transaction-level insights, we can revert the behavior as the transaction is typically the entry point for end users when debugging a performance issue.
Jira issue: CRDB-22057
The text was updated successfully, but these errors were encountered: