solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for grid : SYS_GRID
  
SYS_GRID
The SYS_GRID table stores the information about a grid
 
Column name
Data type
Description
GRID_ID
INTEGER
Grid identifier
NAME
WVARCHAR
Name of grid
REPLICATION_FACTOR
INTEGER
Defines the default replication factor (number of copies of each partition of a partitioned table) used in a grid. Used in CREATE, DROP and ALTER GRID statements.
Go up to
System tables for grid