Re: How to avoid database bloat

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mindaugas Riauba" <mind(at)bi(dot)lt>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to avoid database bloat
Date: 2005-06-02 16:10:39
Message-ID: 14703.1117728639@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Mindaugas Riauba" <mind(at)bi(dot)lt> writes:
> And what in vacuum verbose output suggests that vacuum is not done
> often enough? Current output (table is 100MB already) is below.

The output shows vacuum cleaning up about a third of the table. Usually
people like to keep the overhead down to 10% or so ...

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-06-02 16:26:26 Re: Query plan for very large number of joins
Previous Message Matthew T. O'Connor 2005-06-02 16:10:27 Re: How to avoid database bloat