Auto Vacuum executes Vacuum and Analyze when the threshold is exceeded. The threshold values are as follows:
- autovacuum_vacuum_threshold + autovacuum_vacuum_scale_factor * rows
- autovacuum_analyze_threshold + autovacuum_analyze_scale_factor * rows
In PostgreSQL, is there a way to stop Analyze while keeping Auto Vacuum's Vacuum running automatically?