Re: how delete/insert/update affects select performace?

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: how delete/insert/update affects select performace?
Дата
Msg-id 4E696BC8.3030905@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: how delete/insert/update affects select performace?  ("Anibal David Acosta" <aa@devshock.com>)
Ответы Re: how delete/insert/update affects select performace?  ("Anibal David Acosta" <aa@devshock.com>)
Список pgsql-performance
On 09/08/2011 12:40 PM, Anibal David Acosta wrote:
> Postgres 9.0 on windows server 2008 r2
> HW is a dell dual processor with 16gb of ram .
>

The general guidelines for Windows servers such as
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server recommend
a fairly small setting for the shared_buffers parameters on Windows--no
more than 512MB.  That makes your server a bit less likely to run in the
nasty checkpoint spike issues Kevin was alluding to.  I don't think
we've seen any reports of that on Windows.  The problem is worst on Linux.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: how fast index works?
Следующее
От: "Anibal David Acosta"
Дата:
Сообщение: Re: how delete/insert/update affects select performace?