Re: new to postgres (and db management) and performance already a problem :-(

From: <me(at)alternize(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: new to postgres (and db management) and performance already a problem :-(
Date: 2006-01-17 01:29:43
Message-ID: 071801c61b05$7ea50c10$6402a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>> in our db system (for a website), i notice performance boosts after a
>> vacuum
>> full. but then, a VACUUM FULL takes 50min+ during which the db is not
>> really
>> accessible to web-users. is there another way to perform maintenance
>> tasks
>> AND leaving the db fully operable and accessible?
>
> You're not doing regular vacuums often enough.

well, shouldn't autovacuum take care of "regular" vacuums? in addition to
autovacuum, tables with data changes are vacuumed and reindexed once a day -
still performance seems to degrade slowly until a vacuum full is
initiated... could an additional daily vacuum over the entire db (even on
tables that only get data added, never changed or removed) help?

- thomas

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Browne 2006-01-17 03:57:59 Re: new to postgres (and db management) and performance already a problem :-(
Previous Message Tom Lane 2006-01-17 01:08:55 Re: new to postgres (and db management) and performance already a problem :-(