该schema_redundant_indexes
视图显示与其他索引重复或因其他索引而变得多余的索引。该
x$schema_flattened_keys
视图是 的辅助视图
schema_redundant_indexes
。
在下面的列描述中,主导索引是使冗余索引冗余的索引。
该schema_redundant_indexes
视图具有以下列:
table_schema
包含表的模式。
table_name
包含索引的表。
redundant_index_name
冗余索引的名称。
redundant_index_columns
冗余索引中列的名称。
redundant_index_non_unique
冗余索引中非唯一列的数量。
dominant_index_name
主导指数的名称。
dominant_index_columns
主导索引中列的名称。
dominant_index_non_unique
主导索引中非唯一列的数量。
subpart_exists
索引是否只索引列的一部分。
sql_drop_index
执行删除冗余索引的语句。
该
x$schema_flattened_keys
视图具有以下列:
table_schema
包含表的模式。
table_name
包含索引的表。
index_name
索引名称。
non_unique
索引中非唯一列的数量。
subpart_exists
索引是否只索引列的一部分。
index_columns
索引中列的名称。