Re: Performance on new 64bit server compared to my 32bit desktop

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Performance on new 64bit server compared to my 32bit desktop
Дата
Msg-id 4C6D788B.2090308@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Performance on new 64bit server compared to my 32bit desktop  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-performance
Greg Smith wrote:
> Since your smaller system has 2GB of RAM and the larger one 32GB, try
> this instead:
>
> pgbench -i -s 2000
> pgbench -c 24 -T 60 -S
> pgbench -c 24 -T 300

Oh, and to at least give a somewhat more normal postgresql.conf I'd
recommend you at least make the following two changes before doing the
above:

shared_buffers=256MB
checkpoint_segments=32

Those are the two parameters the pgbench test is most sensitive to, so
setting to higher values will give more realistic results.

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


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Performance on new 64bit server compared to my 32bit desktop
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: Copy performance issues