solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_STORED_MSGPARTS
  
SYS_SYNC_REPLICA_STORED_MSGPARTS
The SYS_SYNC_REPLICA_STORED_MSGPARTS table contains parts of the messages that were created in the replica database, but not yet sent to the master database.
The columns in the SYS_SYNC_REPLICA_STORED_MSGPARTS system table are described in the following table:
 
Column name
Description
MASTER_ID
Internal ID of the master database to which the message will be sent.
MSG_ID
Internal ID of the message.
PART_NUMBER
Sequence number of the message part.
DATA_LENGTH
Length of the data in the message part.
DATA
Data of the message part.
Go up to
System tables for data synchronization