Re: where is my bottleneck?

From: Jeff Fitzmyers <flume33(at)yahoo(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: where is my bottleneck?
Date: 2002-03-02 14:44:02
Message-ID: F03E9013-2DEB-11D6-896F-0003938387F4@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

> getting through. Each client connection does ~1500 lookups in the
> control
> table and another ~1500 inserts into the data table.

Have you tried a timing 100,000 simple INSERTs / SELECTs / UPDATEs
locally? Then you would have an approximate number for raw capability.
Then add a client connection. Then multiple connections. Then build up
to the clients queries.

Interesting question, Jeff

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Langille 2002-03-02 15:19:42 removing duplicated constraints
Previous Message Oliver Elphick 2002-03-02 11:27:29 Debian packages of 7.2

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2002-03-02 14:52:18 Re: Aborting transaction on error
Previous Message john 2002-03-02 12:52:31 Re: Newbie question re SQL