Re: Hardware and OS for postgresql - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: Hardware and OS for postgresql
Date
Msg-id 20040322164024.GD11738@phlogiston.dyndns.org
Whole thread Raw
In response to Hardware and OS for postgresql  (ghazan@ghazan.haider.name (Ghazan Haider))
List pgsql-admin
On Sat, Mar 20, 2004 at 07:52:08PM -0800, Ghazan Haider wrote:

> (1) Scaling in which direction will help postgresql best, given the
> queries are CPU, memory, io and disk-intensive? I understand dual-CPUs
> will help in certain circumstances, but say for large subqueries which
> are built in the memory, will it help to have a server in which there
> are memory segments dedicated to each CPUs? In this regard, does
> anyone know of a specific Sun Ultra, RS/6000 HP or Dell  server whose
> architecture is especially favorable to Postgresql or databases in
> general?

I think dedicating memory to individual CPUs is likely to be
counter-productive.  You won't be able to share the memory for
filesystem buffers, which are the things most likely to give you the
biggest return.

I _can_ tell you that I've recently had an opportunity to work with a
fairly large IBM RS/6000 (P650), and it is one fast machine.  It's
sort of unfair to compare it to UltraSPARC II machines, but I
certainly am impressed as compared to Sun's E4500.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.
                --Brad Holland

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Vacuum Issues
Next
From: Ricardo Vaz Mannrich
Date:
Subject: Slow Foreign Key