Re: Scalability

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Ploski <jpljpl(at)gmx(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Scalability
Date: 2001-03-14 15:14:41
Message-ID: 25022.984582881@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jan Ploski <jpljpl(at)gmx(dot)de> writes:
> Do I assume correctly that CPU will be the earliest limiting factor
> for a database (if we have a reasonable amount of memory in the box)?

Depends on your query mix. If you have a lot of updates then I'd
recommend spending plenty of money on fast disk drives and good disk
controller boards. If it's mostly SELECTs then you don't need such fast
drives, as long as you have enough RAM to cache a good chunk of the
active database. In that case the CPU probably would be the limiting
factor.

> Is anyone out there using such a load balancing scheme with PostgreSQL?

Hardware is so cheap these days that I'd think it makes more sense just
to throw more hardware at the problem... I think client-driven load
balancing will be a pain in the neck to maintain. (There has been some
talk of actual server support for load balancing, but it's still a long
way off.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message J.H.M. Dassen Ray 2001-03-14 15:26:35 Re: Maximum size of one table
Previous Message Richard Huxton 2001-03-14 14:26:55 Re: Text search