solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for grid : SYS_GRID_PARTITION_MAP_RANGES
  
SYS_GRID_PARTITION_MAP_RANGES
The SYS_GRID_PARTITION_MAP_RANGES table stores information about how a partitioning map is divided into ranges.
 
Column name
Data type
Description
MAP_ID
BIGINT
ID of partition map
REPLICATION_GROUP_ID
BIGINT
ID of the group of copies of the range
RANGE_START
INTEGER
Start value of a hash range
RANGE_END
INTEGER
End value of a hash range
RANGE_TYPE
INTEGER
Type of range; ne of the following values:
1 = Primary
2 = Secondary
3 = Offline
NODE_ID
BINGINT
ID of the node that stores the range
UUID
CHAR(37)
UUID of the node that stores the range
Go up to
System tables for grid