solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for grid : SYS_GRID_PARTITION_MAPS
  
SYS_GRID_PARTITION_MAPS
The SYS_GRID_PARTITION_MAPS table stores information about how rows of a partitioned table are divided and mapped into grid nodes.
 
Column name
Data type
Description
MAP_ID
BIGINT
ID of partition map
REPLICATION_FACTOR
BIGINT
Number of copies of a partition range in a grid
MAP_TYPE
INTEGER
0 = HASH PARTITIONING
MAP_VERSION
BIGINT
Partitioning map version of the partition
Go up to
System tables for grid