Performance regression if sql.metrics.statement_details.enabled is disabled #106811
Labels
A-cluster-observability
Related to cluster observability
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
There is a performance regression when disabling
sql.metrics.statement_details.enabled
. It will see that every execution is the first time the query was executed so it will enabled execution stats collection for all executions. This is a bug caused by always collecting the execution stats of the first time a statement is executed.Jira issue: CRDB-29724
The text was updated successfully, but these errors were encountered: