solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTER_STORED_MSGS
  
SYS_SYNC_MASTER_STORED_MSGS
The SYS_SYNC_MASTER_STORED_MSGS table contains messages that were created in the master database, but not yet sent to the replica database.
The columns in the SYS_SYNC_MASTER_STORED_MSGS 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.
CREATIME
Create time of the message.
CREATOR
User ID of the user who created the message.
Go up to
System tables for data synchronization