Linked by Thom Holwerda on Fri 6th May 2011 21:00 UTC
Permalink for comment 472477
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
Linked by Thom Holwerda on 04/16/13 9:29 UTC
Linked by Thom Holwerda on 04/15/13 22:44 UTC
More Features »
Sponsored Links



Member since:
2007-09-22
PostgreSQL 9.0 already got the first of 2 parts of integrated replication support. Consistent, fast and efficient (Continuous Streaming Replication).
PostgreSQL 9.1 will add more replication support which means it will wait for the transaction data to be copied to the slave server before letting the application know the data has been committed (this is slower ofcourse, but is optional).
PG-Pool II also allows for queries to be load-balanced over the master and slave server and already worked with PostgreSQL 9.0
Slony-I allows for replication on a per table (and similair boundries).
Complete multi-master consistent read-/write-scaling of PostgreSQL has been available in seprate projects, like http://postgres-xc.projects.postgresql.org/ but has made it in to normal PostgreSQL yet.
Some commercial companies like: EnterpriseDB and Greenplum also sell products and support based around PostgreSQL or products which extended the abilties of PostgreSQL.