Current location - Loan Platform Complete Network - Big data management - Garland: What's the relationship between these two libraries?
Garland: What's the relationship between these two libraries?
Yes, Pg database supports data synchronization between clusters.

Brief introduction to the principle of realizing database cluster synchronization: master-slave cluster mode is adopted, and database synchronization is realized by establishing synchronization nodes on master server and slave server, setting remote access paths, and starting monitoring process to monitor. When the master server makes a modification, it is triggered by a trigger and the slave process makes an asynchronous modification.