Re: 7.2 is slow?

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: mathijs(at)ilse(dot)nl, bpalmer(at)crimelabs(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.2 is slow?
Date: 2001-12-17 15:37:16
Message-ID: 3C1E112C.3F7FBA7B@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii wrote:
>
>
> Thanks to everyone. Here are the methods I used for testings including
> generating graphs (actually very simple).
>
> (1) Tweak postgresql.conf to allow large concurrent users. I tested up
> to 1024 on AIX, but for the comparison I think testing up to 128
> users is enough. Here are example settings:
>
> max_connections = 128
> shared_buffers = 4096
> deadlock_timeout = 100000
>
> You might want to tweak wal_sync_method to get the best
> performance. However this should not affect the comparison between
> 7.1 and 7.2.
>
> (2) Run:
>
> sh bench.sh

I have no more time today, but I'll redo the tests with your script
tomorrow
(after I have found where to stick database name and port :)

----------------
Hannu

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jason Tishler 2001-12-17 15:42:01 Re: Platform Testing - Cygwin
Previous Message Hannu Krosing 2001-12-17 15:18:18 Re: 7.2 is slow?