Re: Poor overall performance unless regular VACUUM FULL

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Wayne Conrad <wayne(at)databill(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Poor overall performance unless regular VACUUM FULL
Date: 2009-07-15 14:30:40
Message-ID: dcc563d10907150730x66c8a20bl683f2c3660f5b930@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jul 15, 2009 at 6:51 AM, Wayne Conrad<wayne(at)databill(dot)com> wrote:
> On Tue, 14 Jul 2009, Scott Marlowe wrote:
>>
>> Just wondering, which pgsql version, and also, do you have
>> autovacuum turned on?
>
> Dang, I should have said in my initial message.  8.3.6, and autovacuum
> is turned on and has plenty of log activity.

Are you guys doing anything that could be deemed pathological, like
full table updates on big tables over and over? Had an issue last
year where a dev left a where clause off an update to a field in one
of our biggest tables and in a few weeks the database was so bloated
we had to take it offline to fix the problem. After fixing the query.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2009-07-15 14:47:35 Re: BUG #4919: CREATE USER command slows down system performance
Previous Message toruvinn 2009-07-15 14:21:16 Re: BUG #4919: CREATE USER command slows down system performance