Postgres-XC is an open source, shared-nothing clustering extension for PostgreSQL. It provides horizontal scalability across multiple nodes for handling large workloads and high availability through automatic failover.
Postgres-XC is an open-source, shared-nothing clustering extension for PostgreSQL. It allows PostgreSQL to scale out to handle write-intensive workloads across multiple nodes. Some key features:
Postgres-XC is designed for applications that require scalability beyond what a single PostgreSQL node can efficiently provide. Its shared-nothing scale-out architecture can deliver increased throughput and query performance for read and write-intensive workloads. The automated failover capabilities also make it suitable for applications requiring high availability.
Here are some alternatives to Postgres-XC:
Suggest an alternative ❐