Re: Quad Xeon vs. Dual Itanium - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Quad Xeon vs. Dual Itanium
Date
Msg-id 20040214050526.GB3594@phlogiston.dyndns.org
Whole thread Raw
In response to Re: Quad Xeon vs. Dual Itanium  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, Feb 13, 2004 at 10:46:18PM -0500, Tom Lane wrote:

> Quite honestly, I suspect we may be wasting our time hacking the
> Postgres buffer replacement algorithm at all.  There are a bunch of
> reasons why the PG shared buffer arena should never be more than a
> small fraction of physical RAM, and under those conditions the cache
> replacement algorithm that will matter is the kernel's, not ours.

Well, unless the Postgres cache is more efficient than the OS's, no?.
You could then use the nocache filesystem option, and just let
Postgres handle the whole thing.  Of course, that's a pretty big
unless, and not one that I'm volunteering to make go away!

A

--
Andrew Sullivan

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Quad Xeon vs. Dual Itanium
Next
From: "Dann Corbit"
Date:
Subject: Re: Quad Xeon vs. Dual Itanium