sl_log_2Stores each change to be propagated to subscriber nodes
Structure of sl_log_2
log_origininteger
Origin node from which the change came
log_txidbigint
Transaction ID on the origin node
log_tableidinteger
The table ID (from sl_table.tab_id) that this log entry is to affect
log_actionseqbigint
log_cmdtypecharacter(1)
Replication action to take. U = Update, I = Insert, D = DELETE
log_cmddatatext
The data needed to perform the log action
Indexes on sl_log_2
log_origin, log_txid, log_actionseq