Replication Server can create rs_threads with row-level lock when the replicate database is IBM DB2 UDB.
create table rs_threads (id int,seq int)
create unique index thread_index on rs_threads(id) cluster
select seq from rs_threads where id = ? with cs
where:
cs is cursor stability, which is the default isolation level in IBM DB2 UDB.