Re: How to improve db performance with $7K?

Поиск
Список
Период
Сортировка
От Jacques Caron
Тема Re: How to improve db performance with $7K?
Дата
Msg-id 6.2.0.14.0.20050418202039.03f12008@wheresmymailserver.com
обсуждение исходный текст
Ответ на Re: How to improve db performance with $7K?  (Alex Turner <armtuk@gmail.com>)
Список pgsql-performance
Hi,

At 20:16 18/04/2005, Alex Turner wrote:
>So my assertion that adding more drives doesn't help is pretty
>wrong... particularly with OLTP because it's always dealing with
>blocks that are smaller that the stripe size.

When doing random seeks (which is what a database needs most of the time),
the number of disks helps improve the number of seeks per second (which is
the bottleneck in this case). When doing sequential reads, the number of
disks helps improve total throughput (which is the bottleneck in that case).

In short: in always helps :-)

Jacques.



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: How to improve db performance with $7K?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Compressing WAL