docs
docs copied to clipboard
PR #88416 - sql: turn off plan sampling by default
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/88416 Commit: https://github.com/cockroachdb/cockroach/commit/a233f1f1373a1b8adde70587e04a2b9eb510d77a
Release note (sql change): Change the default value of
sql.metrics.statement_details.plan_collection.enabled
to false, since we no longer use this information
anywhere.
Jira Issue: DOC-5774