Replication Server allows you to partition transactions for each connection according to one or more attributes.
alter connection to data_server.database
set dsi_partitioning_rule to ‘{ none|rule[, rule ] }’
Values for rule are user, time, origin, origin_sessid, name,
and ignore_origin.For example, to partition
transactions according to user name and origin begin and commit
times, enter:alter connection to TOKYO_DS.pubs2 set dsi_partitioning_rule to ‘user,time’