Once an object and its content have been replicated, the next time an
incremental replication job runs, the job will check to see if what has
changed and replicate the changes. The vstamp on the sysobject will be
checked to see if the value is different than it was the last time the
replication job ran. If it's different, then that sysobject will be
replicated. If the sysobject has a different i_contents_id than it did on the
previous run of the replication job, then the content will be replicated as
well. The only time the content will be replicated is if the i_contents_id of
the sysobject is different since the last time the object was replicated, or
if a full refresh of the replication is being run. |