Re: [HACKERS] Postgres Speed or lack thereof

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Postgres Speed or lack thereof
Date: 1999-02-02 15:51:08
Message-ID: Pine.BSF.4.05.9902021150170.11157-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2 Feb 1999, Jan Wieck wrote:

> I wrote:
>
> >
> > I came to the same conclusion. So I continued with the
> > approach of bigger chunks handled in palloc(). What I have
> > now is something, that gains about 10% speedup at the
> > regression test, while memory consumption (visibly watched
> > with top(1)) seems not to raise compared against old version.
> >
> > Since the bigger blocks are built on top of the existing
> > memory context model, it would not conflict with any enhanced
> > usage we could make with it.
> >
> > I include a patch at the end - please comment.
> >
> >
> > Jan
>
> Did anyone play around with it? I've had it installed now for
> some days and it work's well so far.
>
> How close are we to v6.5 BETA? Should I apply it to CURRENT?

BETA starts upon Vadim's word...I'd say go for it...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Herouth Maoz 1999-02-02 15:57:08 Re: [SQL] Re: [HACKERS] Re: SELECT DISTINCT ON ... ORDER BY ...
Previous Message Jan Wieck 1999-02-02 15:34:06 Re: [HACKERS] Postgres Speed or lack thereof