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

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction