View Revisions: Issue #3095
Summary | 0003095: Add basic DDL replication | ||
---|---|---|---|
Revision | 2017-05-05 16:19 by elong | ||
Description | Add a basic feature for DDL (data definition language) replication that captures changes to schema and syncs them to other nodes. Should capture changes to new tables, views, triggers, stored procedures, and functions. Use "S" SQL event to route the change to other nodes on configured group links. When a table is being created, altered, or dropped, the node should call sync triggers. Allow feature to be enabled/disabled with trigger.capture.ddl.changes parameter. Required to run sync triggers after changing parameter. Will work only on SQL-Server at this time, but Oracle could be added in future. |
||
Revision | 2017-05-05 16:18 by elong | ||
Description | Add a basic feature for DDL (data definition language) replication that captures changes to schema and syncs them to other nodes. Should capture changes to new tables, views, triggers, stored procedures, and functions. Use "S" SQL event to route the change to other nodes on configured group links. When a table is being created, altered, or dropped, the node should call sync triggers. |