Re: dbt-2 tuning results with postgresql-8.3.5

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: dbt-2 tuning results with postgresql-8.3.5
Дата
Msg-id 494F5D81.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на dbt-2 tuning results with postgresql-8.3.5  ("Mark Wong" <markwkm@gmail.com>)
Ответы Re: dbt-2 tuning results with postgresql-8.3.5  ("Mark Wong" <markwkm@gmail.com>)
Re: dbt-2 tuning results with postgresql-8.3.5  ("Mark Wong" <markwkm@gmail.com>)
Список pgsql-performance
>>> "Mark Wong" <markwkm@gmail.com> wrote:

> The DL380 G5 is an 8 core Xeon E5405 with 32GB of
> memory.  The MSA70 is a 25-disk 15,000 RPM SAS array, currently
> configured as a 25-disk RAID-0 array.

> number of connections (250):

> Moving forward, what other parameters (or combinations of) do people
> feel would be valuable to illustrate with this workload?

To configure PostgreSQL for OLTP on that hardware, I would strongly
recommend the use of a connection pool which queues requests above
some limit on concurrent queries.  My guess is that you'll see best
results with a limit somewhere aound 40, based on my tests indicating
that performance drops off above (cpucount * 2) + spindlecount.

I wouldn't consider tests of the other parameters as being very useful
before tuning this.  This is more or less equivalent to the "engines"
configuration in Sybase, for example.

-Kevin

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

Предыдущее
От: "Marc Mamin"
Дата:
Сообщение: temp_tablespaces and RAID
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: temp_tablespaces and RAID