Re: Patches with vacuum fixes available for 7.0.x

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Tom Samplonius <tom(at)sdf(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patches with vacuum fixes available for 7.0.x
Date: 2000-12-08 03:07:17
Message-ID: 20001207190717.E16205@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Tom Samplonius <tom(at)sdf(dot)com> [001207 18:55] wrote:
>
> On Thu, 7 Dec 2000, Alfred Perlstein wrote:
>
> > We recently had a very satisfactory contract completed by
> > Vadim.
> >
> > Basically Vadim has been able to reduce the amount of time
> > taken by a vacuum from 10-15 minutes down to under 10 seconds.
> ...
>
> What size database was that on?

Tables were around 300 megabytes.

> I looking at moving a 2GB database from MySQL to Postgres. Most of that
> data is one table with 12 million records, to which we post about 1.5
> million records a month. MySQL's table locking sucks, but as long as are
> careful about what reports we run and when, we can avoid the problem.
> However, Postgres' vacuum also sucks. I have no idea how long our
> particular database would take to vacuum, but I don't think it would be
> very nice.

We only do about 54,000,000 updates to a single table per-month.

> That also leads to the erserver thing. erserver sounds nice, but I sure
> wish it was possible to get more details on it. It seems rather
> intangible right now. If erserver is payware, where do I buy it?

Contact Pgsql Inc. I think it's free, but you have to discuss terms
with them.

> This is getting a bit off-topic now...

Scalabilty is hardly ever off-topic. :)

--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Moschuk 2000-12-08 03:47:10 Re: Re: Sorry
Previous Message Joel Burton 2000-12-08 02:52:04 Re: abstract: fix poor constant folding in 7.0.x, fixed in 7.1?