Re: Pgbench Performance on PGSQL - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Pgbench Performance on PGSQL
Date
Msg-id 20010722200952Q.t-ishii@sra.co.jp
Whole thread Raw
List pgsql-hackers
> I notice from your postings on the PGSQL-hackers archives that you have been
> experimenting with PGSQL and Pgbench.  I have not been able to get PGSQL to
> scale on multiple processors. Tom Lane says this is due to the
> implementation of spin-locks. Have you made any fixes or additions  to PGSQL
> to improve scalability on multiple processors?

No.

> Is there anything else I
> should try?

The only thing I noticed to increase the performance so far is extend
the deadlock_timeout paramterter.

BTW, wal_sync_method parameter seems also impact the performance. I'm
not sure what kind of platform you are using, but from my experience
open_sync is the best for Unix, while fdatasync is good for Solaris.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: SIGCHLD handler in Postgres C function.
Next
From: Tatsuo Ishii
Date:
Subject: Re: Multibyte in postgresql