Re: Minimum hardware requirements for Postgresql db

From: Al Hulaton <ahulaton(at)commandprompt(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Minimum hardware requirements for Postgresql db
Date: 2003-12-03 19:31:26
Message-ID: 3FCE3A0E.8050206@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> 1) We will be running 2 x Postgresql db in the machine.
>
> 2) Total number of connections to be around 100. The connections from the
> clients machines will be in ODBC and socket connections.
>
> 3) Estimated number of transactions to be written into the Postgresql db is
> around 15000 records per day.

Assuming this server will be dedicated to PostgreSQL only, the needs
outlined above are modest.

As was pointed out in other posts, a simple sub-ghz machine with 512mb
of ram is more than enough, but I'd slap on a gig only because RAM is
cheaper now. If the database on this server is crucial, I'd look at
setting up a UPS, RAID (at this level, even software-based RAID will do
fine, RAID 5 preferably) and investing in a backup/replicator solution.

--
Best,
Al Hulaton | Sr. Account Engineer | Command Prompt, Inc.
503.667.4564 | ahulaton(at)commandprompt(dot)com
Home of Mammoth Replicator for PostgreSQL
Managed PostgreSQL, Linux services and consulting
Read and Search O'Reilly's 'Practical PostgreSQL' at
http://www.commandprompt.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Stark 2003-12-03 19:32:50 Re: A question on the query planner
Previous Message Greg Stark 2003-12-03 19:23:32 Re: Minimum hardware requirements for Postgresql db