PostgreSQL Scalability

From: postgresql(at)bryden(dot)co(dot)za
To: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL Scalability
Date: 2005-07-08 13:52:23
Message-ID: 54748.127.0.0.1.1120830743.squirrel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I am trying to get information about the Scalability options available for
PostgreSQL. Assuming you a database that has a huge volume of reads and
writes happening, what options have you got to scale your database. Many
commercial RDBMS' allow the clustering of Database servers and some other
options. What options are available for PostgreSQL?

Thanks
Craig

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Gagnon 2005-07-08 13:59:03 Why UPDATE gl SET gl.glnum = gl.glnum; cause error when UPDATE gl SET glnum = glnum; is OK ?
Previous Message Tom Lane 2005-07-08 13:52:10 Re: index bloat