Re: Troubles with performances

From: Guillaume Lémery <glemery(at)comclick(dot)com>
To: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Troubles with performances
Date: 2001-01-18 18:41:48
Message-ID: 3A6738EC.4040006@comclick.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> I use PostGreSQL with a Web server which receive 200 HTTP
>> simultaneous queries.
>
>
> With what opts do you start postmaster?
-F to disable fsync()
I don't know if I have to use the -B and -S options to change the memory
use...

>> For each HTTP query, I have about 5 SELECT queries and 3 UPDATE ones.
> Do you use BEGIN/END to run queries in one transaction, when appropriate?
Yep...
In fact, I have 3 SELECT and the 3 UPDATE in a PL/PGSQL Function...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-18 18:42:17 Re: Re: plperl and sqrt.
Previous Message Mikheev, Vadim 2001-01-18 18:31:24 RE: Troubles with performances