opt: Allow automatic stats to be run on a per table basis #35497
Labels
A-sql-optimizer
SQL logical planning and optimizations.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Is your feature request related to a problem? Please describe.
Currently, automatic statistics apply to the entire cluster.
Having a per table toggle may allow somebody to bulk load into a staging table quickly and then move data around to tables more slowly where statistics are applied.
Some tables may need automatic statistics--others may not.
Describe the solution you'd like
Per table toggle to turn Automatic Statistics on or off.
The text was updated successfully, but these errors were encountered: