sql: do not pretty-print the statement in statement bundles #110375
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
T-sql-queries
SQL Queries Team
The pretty package is expensive and has shown to consume a lot of memory and sometimes stack overflow with very long SQL statements. To avoid issues that pretty can cause, we should reduce its usage. Pretty printing the statement in the statement bundle is a nice-to-have, but non-essential feature. We should consider always printing the original statement.
Jira issue: CRDB-31676
The text was updated successfully, but these errors were encountered: