> > What will be work around to do routine manual “VACUUM ANALYZE” ? If I do only analyze on a table does it will generate WAL files ? > If I am not mistaken analyze will still generate WAL for all recently committed rows whose hint bit is not yet set. analyze will set the hint bit which will generate the WAL.