Sunday, June 29, 2008

Re: [PERFORM] Sources of information about sizing of hardwares to run PostgreSQL

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@gregsmith.com http://www.gregsmith.com Baltimore, MD
--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

No comments: