Re: 7.4b1 vs 7.3.4 performance

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.4b1 vs 7.3.4 performance
Date: 2003-08-21 07:25:35
Message-ID: 200308211255.35287.shridhar_daithankar@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 20 August 2003 22:43, rovero wrote:
> expect wrote:
> > Where does pgbench come from?
>
> pgbench is one of the modules in the postgresql
> contrib directory. After building postgresql,
> cd to contrib/pgbench, gmake, su to root,
> gmake install.
>
> > What were the config settings?
>
> Both 7.3.4 and 7.4 had:
>
> 3072 buffers
> 4096K sort memory
> 16384K vacuum memory

Since you weren't running any huge sorts thr. pgbench and vacuum, canyou drop
last two to half of these and check?

> fsync false
> 16 WAL buffers
> statistics on

I would put more WAL buffers. 32-64 maybe..

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-08-21 08:07:58 Re: Example Database
Previous Message Shridhar Daithankar 2003-08-21 07:21:08 Re: Example Database