Re: [GENERAL] server hardware recommendations (the archives are dead)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Adam Rossi <adam(dot)rossi(at)platinumsolutions(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] server hardware recommendations (the archives are dead)
Date: 1999-12-15 14:02:51
Message-ID: Pine.BSF.4.21.9912151000280.8120-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 15 Dec 1999, Adam Rossi wrote:

> I know this question has been asked before. I have seen it in the archives.
> Unfortunately the archives are dead right now (any search will yield "no
> results") and I need to make some decisions.
>
> Can anyone give some general recommendations on hardware for a server
> running Linux (RH6 or 6.1) and PostgreSQL? I estimate that there will be
> about 2 GIG of data stored in the database initially, but this could grow as
> high as 5 GIG in the future.
>
> Since the db is not multithreaded, I assume that buying a dual processor
> board and two processors would not be helpful to performance. Like any

actually, if you are going to have concurrent connections to the backend,
in some circumstances, PostgreSQL will handle multi-processors better then
others...process one runs on CPU0, process two runs on CPU1, etc...

> database server, a lot of ram will be required for fast operation. I was
> thinking at a minimum 256 meg of ram. I also want to have the database run
> on a RAID 5 array for speed and fault tolerance. Any suggestions here for
> disk type, RAID scheme (software or hardware), controller type, etc.? Any

my preference tends to be software raid...whatever I've ever seen as far
as hardware raid is concerned has been quite slower then software
raid...and this is with high-end servers...

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Teege 1999-12-15 14:23:28 Connect from a new psql to an old 6.0 postmaster
Previous Message Adam Rossi 1999-12-15 13:41:20 server hardware recommendations (the archives are dead)