Hi,
Please don't top post on those forums
(https://wiki.postgresql.org/wiki/Mailing_Lists#Email_etiquette_mechanics)
On Tue, Feb 08, 2022 at 06:59:07AM +0000, Ram Pratap Maurya wrote:
>
> we are running VACUUM FULL on all table and its take 5 to 6 Hrs.
The only thing that can be done to make it faster is to use a 1GB
maintenance_work_mem.
But why do you need to do frequent database wide VACUUM FULL in the first
place? Do you really have massive bloat on every single table in the database?
Do you have adequate autovacuum configuration, or additional VACUUM jobs if
that's not enough?