Re: How to make a REALLY FAST db server?

Поиск
Список
Период
Сортировка
От Dr. Evil
Тема Re: How to make a REALLY FAST db server?
Дата
Msg-id 20010911041237.9438.qmail@sidereal.kz
обсуждение исходный текст
Ответ на Re: How to make a REALLY FAST db server?  ("Randy Hall" <rthall3@home.com>)
Список pgsql-general
> As far as disks go.  You cannot have too many spindles.  But the number of
> spindles you have available depends on which pieces of postgres get split
> onto dedicated spindles.

But if you have enough RAM that the entire DB can be held in RAM, and
if the DB acess pattern is 90% read, 10% write (which is usually the
case) then do you really need to worry about disk performance?

It seems like for most applications, it is possible to hold all the
data in RAM, and RAM is cheap these days.

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

Предыдущее
От: Hunter Hillegas
Дата:
Сообщение: MacOS X Build Fails with 7.1.3
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Fwd: Re: unicode in 7.1