Re: FW: Postgres: VACUUM

From: Christopher Browne <cbbrowne(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FW: Postgres: VACUUM
Date: 2004-01-14 22:16:35
Message-ID: 604quyp458.fsf@dev6.int.libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

lnd(at)hnit(dot)is writes:
>> On heavily used databases (over 100,000 transactions an hour),
>> vacuum is a killer
>
> That's about 27 tx/second - not so many, for some tasks at least.
>
> If VACUUM is rather a killer
> - are any plans from PostgreSQL to deal with that?

Yes. There is a patch available that causes VACUUM to sleep() after
every few pages it processes, which throttles VACUUM's ill effects on
cache. It isn't yet in 7.4.1, but might be in a later 7.4 release.

There is also a major revision taking place (look up "ARC" on the
hackers list) for management of cache that should also be helpful.
--
let name="cbbrowne" and tld="libertyrms.info" in String.concat "@" [name;tld];;
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2004-01-14 22:22:03 Re: Postgress and MYSQL
Previous Message danfisher 2004-01-14 22:14:45 Errors after power failure