RE: Troubles with performances - Mailing list pgsql-general

From Mikheev, Vadim
Subject RE: Troubles with performances
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D3292@sectorbase1.sectorbase.com
Whole thread Raw
In response to Troubles with performances  (Guillaume Lémery <glemery@comclick.com>)
List pgsql-general
> I use PostGreSQL with a Web server which receive 200 HTTP
> simultaneous queries.

With what opts do you start postmaster?

> 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?

Vadim

pgsql-general by date:

Previous
From: Guillaume Lémery
Date:
Subject: Re: Troubles with performances
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: Troubles with performances