Re: degenerate performance on one server of 3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erik Aronesty <erik(at)q32(dot)com>
Cc: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-performance(at)postgresql(dot)org
Subject: Re: degenerate performance on one server of 3
Date: 2009-06-01 14:06:12
Message-ID: 16593.1243865172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Erik Aronesty <erik(at)q32(dot)com> writes:
> but why wasn't autovac enough to reclaim at least *most* of the space?

Autovac isn't meant to reclaim major amounts of bloat; it's more in the
line of trying to prevent it from happening in the first place. To
reclaim bloat it would have to execute VACUUM FULL, or some other
operation that requires exclusive table lock, which doesn't seem like
a good idea for an automatic background operation.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2009-06-01 15:34:53 Re: Vacuuming technique doubt
Previous Message Greg Smith 2009-06-01 13:18:04 Re: Postgresql cache (memory) performance + how to warm up the cache