autovacuum ignore tables

From: "Sriram Dandapani" <sdandapani(at)counterpane(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: autovacuum ignore tables
Date: 2006-09-28 22:07:07
Message-ID: 6992E470F12A444BB787B5C937B9D4DF060E5AE1@ca-mail1.cis.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

If I were to specify in the pg_autovacuum catalog that certain high
volume partitioned tables(that get dropped daily) be ignored, then when
autovacuum finishes, will it update the transaction id wraparound
counter (this way, I can get autovacuum to finish quickly )

OR

Will I still need to periodically do vacuumdb -a to take care of the
wraparound problem.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Paul B. Anderson 2006-09-28 22:11:55 Stored procedure array limits
Previous Message Sriram Dandapani 2006-09-28 21:51:24 number of transactions doubling