GuidesData Sync
Data Sync Edit Configs
Tacnode filters data based on object attributes like DDL and DML during incremental synchronization. These attributes can be adjusted to exclude specific data behaviors on the source side, such as data deletion.
Edit Configs
To edit global or node properties, click [Configure].
Object attributes initially derive from the default global attributes, but each node can set specific attributes. Once a node's attributes are established, all subordinate child nodes will inherit them.
Once the node attributes are set, an undo button will appear, highlighted in the red box in the image below. Click this button to reverse changes and restore the attributes of the upper node or global attributes.
Attributes
Supported DDL Operations
- Create: Add a new table (default selection)
- Alter: Update the table, such as adding or changing fields (currently, only adding fields is supported; default selection)
- Rename:
- Trucnate:
- Drop:
Supported DML Operations
- Insert: Add new entries (default selection)
- Update: Revise existing entries (default selection)
- Delete: Remove entries (default selection)