Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

8. DDL Replication

BDR supports replicating changes to a database's schemas to other connected nodes. That makes it easier to make certain DDL changes without worrying about having to manually distribute the DDL change to all nodes and ensure they're consistent.
There is not currently an option to turn off DDL replication and apply DDL manually instead.
Before doing DDL on BDR, read Section 8.1 and Section 8.2.
BDR is significantly different to standalone PostgreSQL when it comes to DDL, and treating it as the same is a fast path to replication problems.
Important: While DDL is in progress on any node in the system, statements that perform writes (INSERTUPDATE DELETE, any DDL, etc) on that node or any other node will ERROR even if the writes have nothing to do with the objects currently being modified by the DDL in progress.

Comments

Popular posts from this blog

VMWARE WORKSTATION 3,4,5,6,7,8,9,10,11,12,14,15...etc LICENSE KEYS COLLECTION

PostgreSQL DOMAIN Data Type -2

10. Global Sequences

Oracle to Postgresql migration

How to Configure Oracle Dataguard and How to Perform Switchover and Failover