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
|