Creating replication definitions

A replication definition describes the primary table to Replication Server, specifying the columns you want to copy. It may also describe attributes of the replicate table. Replicate tables that match the specified characteristics can subscribe to the replication definition. You can create multiple replication definitions for the same primary table, each customized for a particular use. See “Creating multiple replication definitions per table”.

To create a replication definition, use create replication definition at the Replication Server managing the source table. See “Using the create replication definition command”.

Information about each replication definition is sent to each qualifying Replication Server with a route from the primary Replication Server. Replication Server version 11.5 (and later) receives information about all replication definitions. Replication Server version 11.0.x (and earlier) receives information about no more than one replication definition per primary table. See “Replication definition restrictions in mixed-version systems” for details.

Replication definitions are stored in the rs_objects and rs_columns system tables in the RSSD. The primary version of a replication definition resides at the primary Replication Server.