sorintlab / stolon

PostgreSQL cloud native High Availability and more.
https://talk.stolon.io
Apache License 2.0
4.64k stars 445 forks source link

Logical replication #519

Open kbaegis opened 6 years ago

kbaegis commented 6 years ago

Submission type

Enhancement

Enhancement Description

Postgresql now supports logical replication and partitioning. It would be great to see the master initiate a publisher model which enables 1+ subscribers rather than relying on physical replication models.

sgotti commented 6 years ago

@kbaegis please take a look at this entry and the linked threads:

https://wiki.postgresql.org/wiki/GSoC_2018#High_availability_.2F_failover_based_on_logical_replication_for_Stolon_.282018.29

To sum it up it'll require some missing postgresql features and a lot of changes to stolon core. Are you willing to contribute to this?

codervinod commented 5 years ago

Hi @sgotti I would like to contribute to this project, could you guide me if there a is a meeting or work scoped out for this project. Thanks

cobolbaby commented 4 years ago

Any news?