云数据库 GAUSSDB-GLOBAL_GS_SEG_SPC_SEGMENTS
GLOBAL_GS_SEG_SPC_SEGMENTS
GLOBAL_GS_SEG_SPC_SEGMENTS在CN上执行,获取所有节点所有表空间已使用的段信息。只支持管理员权限用户查询。
名称 |
类型 |
描述 |
---|---|---|
node_name |
text |
节点名称。 |
tablespace_name |
name |
表空间名称。 |
file_id |
integer |
数据文件标识。 |
bucketnode |
integer |
|
forknum |
integer |
段对象的分支类型,取值范围:
|
block_id |
bigint |
数据扩展的起始页面号。 |
blocks |
integer |
数据扩展大小,取值:1、8、128、1024、4096。 |
contents |
text |
数据文件的存储内容。取值范围:
|
in_used |
text |
是否已分配。取值Y/N。 |
mapblock_location |
text |
扩展在map block中的位置,格式:(page_id, offset)。 |
head_file_id |
integer |
段头文件标识。 |
head_block_id |
bigint |
段头页面号。 |
usage_type |
text |
扩展的使用类型,取值范围:
|
remain_flag |
text |
是否为shrink残留扩展,取值Y/N。 |
special_data |
integer |
扩展对应反向指针的特殊数据区。 |
ipblock_location |
text |
扩展反向指针位置,格式:(block_id, offset)。 |