Re: How to make a REALLY FAST db server? - Mailing list pgsql-general

From Dr. Evil
Subject Re: How to make a REALLY FAST db server?
Date
Msg-id 20010911041237.9438.qmail@sidereal.kz
Whole thread Raw
In response to Re: How to make a REALLY FAST db server?  ("Randy Hall" <rthall3@home.com>)
List 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 by date:

Previous
From: Hunter Hillegas
Date:
Subject: MacOS X Build Fails with 7.1.3
Next
From: Tatsuo Ishii
Date:
Subject: Re: Fwd: Re: unicode in 7.1