-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: Statements screen hides too much information #27021
Copy link
Copy link
Labels
A-sql-console-generalSQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud ConsoleSQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud ConsoleA-webui-queryperfC-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
Metadata
Metadata
Assignees
Labels
A-sql-console-generalSQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud ConsoleSQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud ConsoleA-webui-queryperfC-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
When trying to track down a slow query, it was a bit frustrating to have to hover over many rows (and wait half a second for the pop up on each one) just to find enough information to take action or identify a slow query. In the image above we show
select from ridesmany times but its not clear what is what. I get that a full fingerprint may be very long, but perhaps there is a design solution to further disambiguate?Link to the [spreadsheet] and figma (https://docs.google.com/spreadsheets/d/1eCxVMjGBerZKFEZryndyRa0LPkmKyv6NF08D7uTZXw8/edit#gid=883608253) highlighting new formats to disambiguate various statement types.
CRDB-6565