Re: vacuum, performance, and MVCC - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: vacuum, performance, and MVCC
Date
Msg-id 20060623142406.GA8426@alvh.no-ip.org
Whole thread Raw
In response to Re: vacuum, performance, and MVCC  ("Mark Woodward" <pgsql@mohawksoft.com>)
Responses Re: vacuum, performance, and MVCC  ("Mark Woodward" <pgsql@mohawksoft.com>)
Re: vacuum, performance, and MVCC  (Csaba Nagy <nagy@ecircle-ag.com>)
Re: vacuum, performance, and MVCC  (mark@mark.mielke.cc)
List pgsql-hackers
Mark Woodward wrote:

> > In case of the number of actively modified rows being in only tens or
> > low hundreds of thousands of rows, (i.e. the modified set fits in
> > memory) the continuous vacuum process shows up as just another backend,
> > not really taking order of magnitude more resources. It mainly generates
> > WAL traffic, as modified pages are already in memory/cache and are
> > mostly synced by background writer and/or checkpoint.
> >
> > Of course you have to adjust vacuum_cost_* variables so as to not
> > saturate IO.
> 
> These sort of solutions, IMHO, don't show how good PostgreSQL is, but show
> where it is very lacking.

We all know Postgres is lacking; some of us try to improve it (some with
more success than others).  People who know the current limitations but
like the capabilities, try to find workarounds to the problems. What
surprises me is that, if you have such a low opinion of Postgres, you
still use it.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: xlog viewer proposal
Next
From: Tom Lane
Date:
Subject: Anyone still care about Cygwin? (was Re: [CORE] GPL Source and Copyright Questions)