Multiple Primary Replication Paths

Create multiple primary replication paths from the primary database to one or more Replication Servers to increase replication throughput and avoid contention, or to route data to different Replication Servers.

Each primary replication path consists of a RepAgent path from the primary database to a Replication Server and an associated primary connection from the Replication Server to the primary database. You can bind objects, such as tables or stored procedures, to one or more of these paths.

A physical path defines the Replication Server that is going to receive data that you bind to the path, and the RepAgent sender thread that connects to the same Replication Server. Use the same connection name to associate the RepAgent physical path from the primary database to the Replication Server with the corresponding connection from the Replication Server to the primary database.

A logical path groups one or more physical paths under a single name to distribute data to multiple Replication Servers. If you need to replicate a table to multiple destinations, you can bind the table to a logical path that groups the relevant physical paths, instead of binding the table to the physical path for each destination