Re: Sources of information about sizing of hardwares to run PostgreSQL

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Sérgio R F Oliveira <sergio(dot)r(dot)f(dot)oliveira(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Sources of information about sizing of hardwares to run PostgreSQL
Date: 2008-06-29 19:04:21
Message-ID: Pine.GSO.4.64.0806291459450.12045@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 27 Jun 2008, Sérgio R F Oliveira wrote:

> I need to specify servers and storage to run PostgreSQL. Does anyone
> know any source of information (articles, presentations, books, etc.)
> which describes methods of hardware sizing for running a large
> PostgreSLQ installation?

There aren't any, just a fair number of people who know how to do it and
some scattered bits of lore on the subject. The quickest way to get some
sort of estimate that is actually useful is to create a small prototype of
some tables you expect will be the larger ones for the application, load
some data into them, measure how big they are, and then extrapolate from
there. I'm dumping links and notes on the subject of measurements like
that http://wiki.postgresql.org/wiki/Disk_Usage that should get you
started with such a simulation.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message John Beaver 2008-06-29 21:52:24 sequence scan problem
Previous Message Greg Smith 2008-06-29 18:59:39 Re: A guide/tutorial to performance monitoring and tuning