sql: do not collect stats so frequently for small tables with lots of updates #107559
Labels
A-sql-table-stats
Table statistics (and their automatic refresh).
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
If a small table gets
UPDATE
d frequently, auto-stats collection can occur very frequently. In one real-world case, we've seen an auto-stats jobs started every 1-2 minutes for a table. This is a lot of extra work and puts unnecessary pressure on the jobs system. How can we make stats collection less frequent on these types of tables?Jira issue: CRDB-30108
The text was updated successfully, but these errors were encountered: