solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_RECEIVED_BLOB_REFS
  
SYS_SYNC_REPLICA_RECEIVED_BLOB_REFS
The received BLOBs are stored in the SYS_SYNC_REPLICA_RECIVED_BLOB_REFS table. The implementation sees to it that the BLOB is physically saved on disk one time only even if it is logically saved several times.
The columns in the SYS_SYNC_REPLICA_RECEIVED_BLOB_REFS system table are described in the following table:
 
Column name
Description
MASTER_ID
Internal ID of the master database from which the message has been received.
MSG_ID
Internal ID of the message.
BLOB_NUM
The number that identifies the BLOB.
DATA
A reference to the BLOB.
Go up to
System tables for data synchronization