sql/stats: provide a mechanism to disable automatic stats for a table #70970
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
Is your feature request related to a problem? Please describe.
Sometimes injecting stats can solve a problem in a pinch. Automatic stats might clobber those injected stats. Turning off all automatic stats collection is too big of a hammer.
Describe the solution you'd like
Provide some mechanism to disable automatic stats for a single table.
Epic CRDB-9059
The text was updated successfully, but these errors were encountered: