solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for data synchronization : SYS_SYNC_INFO
  
SYS_SYNC_INFO
The SYS_SYNC_INFO table contains synchronization information, one row for each node.
The columns in the SYS_SYNC_INFO system table are described in the following table:
 
Column name
Description
NODE_NAME
Master or replica node.
NODE_CATALOG
Catalog where node belongs.
IS_MASTER
IF YES, this node is a master.
IS_REPLICA
If YES, this node is a replica.
CREATIME
Node create data and time.
CREATOR
Node creator user name.
Go up to
System tables for data synchronization