sql: better control over selecting columns to collect stats for #139382
Labels
A-sql-table-stats
Table statistics (and their automatic refresh).
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.
O-support
Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs
P-2
Issues/test failures with a fix SLA of 3 months
T-sql-queries
SQL Queries Team
Currently the database decides which columns to collect statistics for, and which of those to sample and generate histograms for. There should be a way for a user to turn off or force stats for specific columns. I think the most useful feature to start with would be to allow a user to disable or force sampling and histograms on specific columns. This could help mitigate issues like #139381.
Jira issue: CRDB-46618
The text was updated successfully, but these errors were encountered: