Re: Question about Hardware & Configuration for Massive

From: Dan Sugalski <dan(at)sidhe(dot)org>
To: Kevin & Jessica Hermansen <kjhermansen(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Question about Hardware & Configuration for Massive
Date: 2006-01-19 19:26:03
Message-ID: a06230901bff59734a980@[192.168.0.6]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 11:39 AM -0700 1/19/06, Kevin & Jessica Hermansen wrote:
>I'm looking to set up an informational database which will be
>accessed by the general public on our website (there will be no
>internal users). The database will likely have about 10 million
>records with a total database size of 200-300 GB. All 10 million
>records will be very similar (the same data fields), so I anticipate
>that the entire database will be just 1 table. This is the main
>application that will be running on our server. Users will be
>querying the database by searching either a particular field (or
>multiple fields) or by doing a full text search.

Is the public access going to be entirely read-only? You may find it
advantageous to have multiple database machines kept synchronized
with slony, and distribute the queries from the website across the
read-only systems. If a reasonably priced machine can manage, say,
five simultaneous nasty queries in your timeframe, it's usually a
*lot* cheaper to buy ten of those systems to handle fifty queries
than it is to beef up the system enough so that one machine can
handle fifty queries.

It also makes it a lot easier to add on more capacity as you need it
(or as the budget allows) this way -- throw an extra machine or three
into the cluster as time and cash permit and need demands.

This may not work for you, depending on your needs, but it's worth
some consideration, in case it does.
--
Dan

--------------------------------------it's like this-------------------
Dan Sugalski even samurai
dan(at)sidhe(dot)org have teddy bears and even
teddy bears get drunk

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vishal Dixit 2006-01-19 19:39:14 Re: pg_dump throws no buffer space available error
Previous Message Oleg Bartunov 2006-01-19 19:12:34 tsearchd (tsearch2 daemon) is available for playing