VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

DBA_INDEXES

  • DBA_INDEXES视图提供所有用户的表上的索引信息。
列名 类型 描述
owner text 索引的所有者
schema_name text 索引所在的模式名称
index_name text 索引名称
index_type text 索引类型
table_owner text 索引所在表的所有者
table_name text 索引所在表的名称
table_type text 索引所在表的类型
uniqueness text 是否为唯一索引
compression character(1) 索引是否被压缩
tablespace_name text 索引所在表空间名称
logging text 是否记录对索引的修改
status text 索引的状态
partitioned character(3) 索引是否为分区索引
temporary character(1) 是否为临时索引
secondary character(1) 是否为辅助索引
join_index character(3) 是否为关联索引
dropped character(3) 索引是否已删除且在回收站中