Re: perfromance impact of vacuum

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>, PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: perfromance impact of vacuum
Date: 2003-07-21 21:00:40
Message-ID: 200307212100.h6LL0ev16359@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

scott.marlowe wrote:
> > The stand-alone analyse can be helpful here. It only does
> > samples of the tables under analysis, so you don't face the same I/O
> > load. If all you're doing is adding to a table, it may be worth
> > investigating. Keep in mind, though, you still need to vacuum every
> > 2 billion transactions.
>
> this sounds like one of those places where the ability of a file system to
> be told not to cache the accesses of a certain child process would be a
> big win.
>
> Wasn't there some discussionon BSD's ability to do this recently and
> whether it was a win to port it into postgresql. I'd say that for large
> databases being vacuumed mid-day it would be a great win.

It was Solaris with free-behind. I hope new caching rules will fix this
soon --- a few people are working on it.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-07-21 21:43:34 Re: Billions of records?
Previous Message Bruce Momjian 2003-07-21 20:52:41 Re: [GENERAL] Backwards index scan