Re: understanding postgres issues/bottlenecks

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: understanding postgres issues/bottlenecks
Дата
Msg-id dcc563d10901061045x642b486dyf642f27535f817ba@mail.gmail.com
обсуждение исходный текст
Ответ на understanding postgres issues/bottlenecks  (Stefano Nichele <stefano.nichele@gmail.com>)
Ответы Re: understanding postgres issues/bottlenecks
Список pgsql-performance
I concur with Merlin you're I/O bound.

Adding to his post, what RAID controller are you running, does it have
cache, does the cache have battery backup, is the cache set to write
back or write through?

Also, what do you get for this (need contrib module pgbench installed)

pgbench -i -s 100
pgbench -c 50 -n 10000

? Specifically transactions per second?

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: understanding postgres issues/bottlenecks
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: failure notice