Data synchronization allows you to synchronize objects (including databases, schemas and tables) in a sources database to the corresponding objects in a destination database. If the synchronization objects in source and destination databases have different names, you can map the source object name to the destination one. The object types that can be mapped include database, schema, and table.
Object name mapping can be used only in the following scenarios:
This section describes how to map objects when configuring a data synchronization task. For details about the mapping relationship, see Viewing Synchronization Mapping Information.
During real-time synchronization, if the names of source databases to be synchronized are different from those in the destination, you can map the source database names to the destination ones. For example, when synchronizing database A in the source database to database B in the destination database, you need to map database name first.
In the displayed dialog box, enter a new database name. The new database name is the name of the database saved in the destination DB instance.
After the database name is changed, the database name before modification and the new database name are displayed. The database mapping is complete.
A schema is a collection of database objects, including: tables, views, stored procedures, and indexes.
During real-time synchronization, if the names of source schemas to be synchronized are different from those in the destination, you can map the source schema names to the destination ones. For example, you need to synchronize schema A in the source database to schema B in the destination database.
In the displayed dialog box, enter a new schema name which is the name to be saved in the destination database.
After the schema name is changed, the schema name before modification and the new schema name are displayed. The schema mapping is complete.
During real-time synchronization, if the names of source tables to be synchronized are different from those in the destination, you can map the source table names to the destination ones. For example, when synchronizing table A in the source database to table B in the destination database you need to map table names first.
In the displayed dialog box, enter a new table name. The new table name is the name of the table saved in the destination database.
After the table name is changed, the table name before modification and the new table name are displayed. The table mapping is complete.