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