Re: Hardware Recommendations

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Hardware Recommendations
Date: 2001-07-25 22:44:44
Message-ID: 000c01c1155b$679e0120$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I respectfully disagree with Steve's "disk speed isn't terribly
> important" -- it can be (and is totally dependent on what you're doing)
and
> since you have the on-board U160 with all the dual Athlon boards I've
seen,
> you might as well take full advantage of it.. That and you know Seagate
has
> those new 15,000 RPM U160 drives out *evil grin*..

You can't take advantage of U160 without at *least* three disks. ; )

If you have enough RAM for the cache, and you're not using fsync(), then
an insert/update doesn't actually hit the disk, it just returns. The
kernel can update the disk later at it's leisure. I'm not sorry that I
spent all of the money for the large array that I use, it provides
redundancy that lets me sleep easier - but I can guarantee that I'm not
using 1/100th of it's potential as far as write capabilities.

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-07-25 22:53:21 Re: [GENERAL] Bad timestamp external representation
Previous Message Joseph Shraibman 2001-07-25 22:32:48 Re: postgres deadlocks