change default limit of statements endpoint #97077
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)
Currently the limit of statement statistics defined by
sql.stats.response.max
is 20k, but it's too high and it makes the page take too long to load.The value should be significantly decreased, but only changed after changes from #97075 are made, so we can return the relevant queries.
Jira issue: CRDB-24494
The text was updated successfully, but these errors were encountered: