server, ui: retrieve formatted statement for stmt details page #75466
Labels
A-sql-observability
Related to observability of the SQL layer
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
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
The text was updated successfully, but these errors were encountered: