Re: brk() function and performance

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: PostgreSQL general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: brk() function and performance
Date: 2002-08-27 18:04:07
Message-ID: 20020827140407.N19440@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 27, 2002 at 12:31:00PM -0400, Bruce Momjian wrote:
>
> Any update on this?

Sorry, yes. . .

>
> ---------------------------------------------------------------------------
>
> Andrew Sullivan wrote:

> >
> > The same results are _not_ found in testing with 7.2.1. In that
> > case, allocating a Gig of shared memory does not seem to affect the
> > result at all. The only question is whether they might be if we ran
> > a lot of updates agains the 7.2.x tree. (We tarred up and copied the
> > data tree from production, since I had it from a recent maintenance
> > period; but we had to use pg_dump to put the data into the 7.2
> > database, obviously). We'll do a great whack of updates, and see if
> > that makes a difference.

We ran 100,000 updates against the same record on a table (vacuuming,
sometimes, of course), and were unable to reproduce the slowdown. My
best bet is that someone happened to fix this problem by accident.
It could have been related to any of dozens of improvements in 7.2,
of course, but whatever it was, it seems to be gone.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-08-27 18:08:17 Re: stupid Q regarding "UPDATE waiting"
Previous Message Bruce Momjian 2002-08-27 17:43:57 Re: pl/pgsql create table