Open perrygeo opened 10 years ago
need a pgpass file and run the vacuumdb --analyze
command
REINDEX TABLE seak_planningunit;
REINDEX TABLE seak_puvsaux;
REINDEX TABLE seak_puvscf;
REINDEX TABLE seak_puvscost;
VACUUM ANALYZE;
May need to do a VACUUM FULL
to reclaim disk space - disruptive so maybe run while precache is churning?
are they necessary on dataset load or will autovacuum handle it? Testing and if necessary automated deployment of appropriate commands on newdata.