-
Notifications
You must be signed in to change notification settings - Fork 4.1k
server, ui: retrieve formatted statement for stmt details page #75466
Copy link
Copy link
Closed
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Previously, statements returned in the combined statements endpoint were formated via a prettify_statement built-in. This was causing query performance issues with large result sets and so the formatting of statements returned in the combined stmts EP was removed in #75443.
We should create a new EP for the stmt details page to return the formatted statement, or format the stmt on the frontend.
Jira issue: CRDB-12684
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)