Re: On the _need_ to vacuum...

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Jack Bates <postgres(at)floatingdoghead(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: On the _need_ to vacuum...
Date: 2001-04-28 20:43:18
Message-ID: 20010428134318.U18676@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Jack Bates <postgres(at)floatingdoghead(dot)net> [010428 13:31] wrote:
>
> Hello all:
>
> I am part of a software development team evaluating RDBMSs for inclusion
> as a base component of a "messaging" system. I've been thrashing hard
> on PostgreSQL under Solaris 8 and the GNU compiler for a few days now,
> and personally, I'm impressed. Thank you, developers.
>
> The only two major problems I face when considering the use of
> PostgreSQL 7.1 as released are:
>
> 1) index efficiency appears to drop over relatively short time periods
> on highly volatile tables, causing producers to eventually start pulling
> away from "more efficient" consumers of data in long-term tests which
> include "well-oiled" situations in the load mix.
>
> 2) vacuum analyze holds an exclusive table lock for a _significant_
> period of time, particularly when vacuuming tables that have been highly
> volatile.
>
> The system we are building needs to have the ability to keep chugging
> along 24/7 - without _any_ long lapses of table availability.
>
> Is there any other way to keep this type of table "preened" and
> performant without a heavyweight table lock being involved?
>
> If not, please consider this as an item for prioritized future
> development.
>
> I thank you in advance for your replies via email or this newsgroup.

There's a fix for Postgresql 7.0.3 here:

http://www.freebsd.org/~alfred/vacfix

I'm strongly considering taking the patches offline and reselling them
as I seem to be the only source for them nowadays.

--
-Alfred Perlstein - [alfred(at)freebsd(dot)org]
http://www.egr.unlv.edu/~slumos/on-netbsd.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric G. Miller 2001-04-28 21:05:19 Re: function with multi-values
Previous Message webb sprague 2001-04-28 20:33:48 Re: Vacuum analyze keeps hanging (RedHat 6.2, PG 7.03)