Open3
Autovacuum Tuning
Entries in pg_statistic are updated by the ANALYZE and VACUUM ANALYZE commands, and are always approximate even when freshly updated.
PostgreSQL: Documentation: 12: 14.2. Statistics Used by the Planner
VACUUM ANALYZE performs a VACUUM and then an ANALYZE for each selected table.
PostgreSQL: Documentation: 13: VACUUM