Distribution Models for Multi-Path Replication

In a Multi-Path Replication™ environment, you can use different distribution models to achieve parallel replication and improved replication performance by distributing the replication load from the primary database through the available primary replication paths originating from the database.

With multiple replication paths, you can select one of the distribution models: The default model is distribution by object. RepAgent does not support more than one distribution model at a time.
Active and Inactive Bindings for Each Distribution Model
Distribution Model Active Bindings Inactive Bindings
object table, stored procedure filter
connection none table, stored procedure, filter
filter filter table, stored procedure
Use sp_replication_path to bind filters or specific objects such as tables and stored procedures to replication paths. See Replication Server Reference Manual > Adaptive Server Commands and System Procedures > sp_replication_path. RepAgent saves the bindings you make even if you change distirbution models but only enables the binding if the model supports the bindings.
You must restart RepAgent and quiesce Replication Server when you change the:
Related tasks
Setting Distribution Model