Bidirectional Replication is coming to PostgreSQL 9.6
blog.2ndquadrant.com
Bidirectional Replication is coming to PostgreSQL 9.6
1–10 of 71 posts
Re: Bidirectional Replication is coming to PostgreSQL 9.6
#2Re: Bidirectional Replication is coming to PostgreSQL 9.6
#3This continued improvement with the core code and extension APIs will make more and more extensions feasible which will mean more are able to plug-in and add value without things having to be committed to core. Though in time this is one that has a good chance of actually being in core much like pg_logical.
Re: Bidirectional Replication is coming to PostgreSQL 9.6
#4Re: Bidirectional Replication is coming to PostgreSQL 9.6
#5Re: Bidirectional Replication is coming to PostgreSQL 9.6
#6A replication extension got the patches it needs to run into Postgresql 9.6 so you can use the extension without patching Postgres.
Re: Bidirectional Replication is coming to PostgreSQL 9.6
#7Bi-Directional Replication for PostgreSQL (Postgres-BDR, or BDR) is the first open source multi-master replication system for PostgreSQL to reach full production status, developed by 2ndQuadrant and assisted by a keen user community. BDR is specifically designed for use in geographically distributed clusters, using highly efficient asynchronous logical replication, supporting anything from 2 to more than 48 nodes in a distributed database.
Re: Bidirectional Replication is coming to PostgreSQL 9.6
#8Some info from 2nd Quadrant on what BDR is: https://2ndquadrant.com/en/resources/bdr/ Bi-Directional Replication for PostgreSQL (Postgres-BDR, or BDR) is the first open source multi-master replication system for PostgreSQL to reach full production status, developed by 2ndQuadrant and assisted by a keen user community. BDR is specifically designed for use in geographically distributed clusters, using highly efficient…
Why specify a range if you're going to leave it open-ended?
Re: Bidirectional Replication is coming to PostgreSQL 9.6
#9Re: Bidirectional Replication is coming to PostgreSQL 9.6
#10Some info from 2nd Quadrant on what BDR is: https://2ndquadrant.com/en/resources/bdr/ Bi-Directional Replication for PostgreSQL (Postgres-BDR, or BDR) is the first open source multi-master replication system for PostgreSQL to reach full production status, developed by 2ndQuadrant and assisted by a keen user community. BDR is specifically designed for use in geographically distributed clusters, using highly efficient…
> anything from 2 to more than 48 nodes in a distributed database Why specify a range if you're going to leave it open-ended?