We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8861 commit 2950f40Copy full SHA for 2950f40
best-practices/index-management-best-practices.md
@@ -216,15 +216,15 @@ SELECT * FROM sys.schema_unused_indexes;
216
217
如果索引在重要但不频繁的查询中出现,建议先保留或设为不可见。
218
219
-你可以使用[不可见索引](#使用不可见索引安全移除测试索引)来安全地验证某个索引是否可以删除,而不会影响系统性能。
+你可以使用[不可见索引](#使用不可见索引安全测试索引移除)来安全地验证某个索引是否可以删除,而不会影响系统性能。
220
221
### 手动创建 `schema_unused_indexes` 视图
222
223
对于从较早版本升级到 TiDB v8.0.0 或更高版本的集群,需要手动创建系统 schema 及相关视图。
224
225
详见[手动创建 `schema_unused_indexes` 视图](/sys-schema/sys-schema-unused-indexes.md#手动创建-schema_unused_indexes-视图)。
226
227
-## 使用不可见索引安全移除测试索引
+## 使用不可见索引安全测试索引移除
228
229
在未经充分验证的情况下直接删除索引可能带来性能风险,尤其是那些虽不常用但对特定查询仍至关重要的索引。
230
0 commit comments