Re: postgresql meltdown on PlanetMath.org

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Aaron Krowne <akrowne(at)vt(dot)edu>
Cc: Sean Chittenden <sean(at)chittenden(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: postgresql meltdown on PlanetMath.org
Date: 2003-03-16 08:37:32
Message-ID: 19394.1047803852@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Aaron Krowne <akrowne(at)vt(dot)edu> writes:
> So, either it is broken, or doing a VACUUM FULL ANALYZE rather than just
> VACUUM ANALYZE made all the difference. Is this possible (the latter,
> we know the former is possible...)?

If your FSM parameters in postgresql.conf are too small, then plain
vacuums might have failed to keep up with the available free space,
leading to a situation where vacuum full is essential. Did you happen
to notice whether the vacuum full shrunk the database's disk footprint
noticeably?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Joe Conway 2003-03-16 11:29:14 Re: postgresql meltdown on PlanetMath.org
Previous Message Sean Chittenden 2003-03-16 08:35:37 Re: postgresql meltdown on PlanetMath.org