Re: [GENERAL] autovacuum vacuums entire database...is this right?

2007-06-03 Thread [EMAIL PROTECTED]
It's been about a month and a half, and I'm getting this VACUUM again. This time, I'm wondering if there's any way to tell if autovacuum is doing a database-wide vacuum for the sake of xid wraparound or for some other reason. Is there some sort of entry that gets put into the log, and if so,

Re: [GENERAL] autovacuum vacuums entire database...is this right?

2007-06-03 Thread Alvaro Herrera
[EMAIL PROTECTED] escribió: It's been about a month and a half, and I'm getting this VACUUM again. This time, I'm wondering if there's any way to tell if autovacuum is doing a database-wide vacuum for the sake of xid wraparound or for some other reason. Is there some sort of entry that gets

Re: [GENERAL] autovacuum vacuums entire database...is this right?

2007-04-16 Thread Chris Browne
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: I'm just wondering if autovacuum is ever supposed to vacuum the entire database during one of its runs. As far as I remember, it's supposed to vacuum one table at a time, based on the autovacuum_vacuum_threshold, autovacuum_analyze_threshold, etc.

[GENERAL] autovacuum vacuums entire database...is this right?

2007-04-16 Thread [EMAIL PROTECTED]
Hi, I'm just wondering if autovacuum is ever supposed to vacuum the entire database during one of its runs. As far as I remember, it's supposed to vacuum one table at a time, based on the autovacuum_vacuum_threshold, autovacuum_analyze_threshold, etc. settings. For some reason, autovacuum