apache / shardingsphere

Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
Apache License 2.0
20k stars 6.76k forks source link

Support PostgreSQL realtime data synchronize #3699

Closed avalon566 closed 4 years ago

avalon566 commented 4 years ago

Support this feature by PostgreSQL logical replication(test_decoding plugin). Reference #3598

dongzl commented 4 years ago

Hi @avalon566 , do we decide to use test_decoding? not wal2json?

avalon566 commented 4 years ago

We implement this by test_decoding first, and then use wal2json if don't meet the requirements.