RE: Autovacuum not functioning for large tables but it is working for few other small tables.

2021-01-08 Thread M Tarkeshwar Rao
Hi all, As we know, the VACUUM VERBOSE output has a lot of dependencies from production end and is indefinite as of now. We don’t have any clue till now on why exactly the auto-vacuum is not working for the table. So we need to have a work around to move ahead for the time being. Can you

Re: Autovacuum not functioning for large tables but it is working for few other small tables.

2020-12-16 Thread Jeff Janes
On Wed, Dec 16, 2020 at 6:55 AM M Tarkeshwar Rao < m.tarkeshwar@ericsson.com> wrote: > ... > > > All the threshold level requirements for autovacuum was meet and there are > about Million’s of dead tuples but autovacuum was unable to clear them, > which cause performance issue on production

Re: Autovacuum not functioning for large tables but it is working for few other small tables.

2020-12-16 Thread Michael Lewis
Absolutely check the logs, or do a manual vacuum verbose with setting cost delay and cost limit (and maintenance work mem) the same as the values for auto vacuum runs. It should work out the same and you could time it for a period when the system is more lightly used it applicable. If you have

Re: Autovacuum not functioning for large tables but it is working for few other small tables.

2020-12-16 Thread Martín Marqués
Hi, > We have facing some discrepancy in Postgresql database related to the > autovacuum functionality. > > By default autovacuum was enable on Postgres which is used to remove the dead > tuples from the database. > > We have observed autovaccum cleaning dead rows from table_A but same was not

Autovacuum not functioning for large tables but it is working for few other small tables.

2020-12-16 Thread M Tarkeshwar Rao
Hi all, We have facing some discrepancy in Postgresql database related to the autovacuum functionality. By default autovacuum was enable on Postgres which is used to remove the dead tuples from the database. We have observed autovaccum cleaning dead rows from table_A but same was not