Re: Troubles with performances

Поиск
Список
Период
Сортировка
От Guillaume Lémery
Тема Re: Troubles with performances
Дата
Msg-id 3A6738EC.4040006@comclick.com
обсуждение исходный текст
Ответ на Troubles with performances  (Guillaume Lémery <glemery@comclick.com>)
Список 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...



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: plperl and sqrt.
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Troubles with performances