PostgreSQL Scalability - Mailing list pgsql-general

From postgresql@bryden.co.za
Subject PostgreSQL Scalability
Date
Msg-id 54748.127.0.0.1.1120830743.squirrel@localhost
Whole thread Raw
Responses Re: PostgreSQL Scalability
List 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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: index bloat
Next
From: David Gagnon
Date:
Subject: Why UPDATE gl SET gl.glnum = gl.glnum; cause error when UPDATE gl SET glnum = glnum; is OK ?