Skip to content

Commit 2950f40

Browse files
authored
best-practices: update wording (#20947)
1 parent 75a8861 commit 2950f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best-practices/index-management-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,15 @@ SELECT * FROM sys.schema_unused_indexes;
216216

217217
如果索引在重要但不频繁的查询中出现,建议先保留或设为不可见。
218218

219-
你可以使用[不可见索引](#使用不可见索引安全移除测试索引)来安全地验证某个索引是否可以删除,而不会影响系统性能。
219+
你可以使用[不可见索引](#使用不可见索引安全测试索引移除)来安全地验证某个索引是否可以删除,而不会影响系统性能。
220220

221221
### 手动创建 `schema_unused_indexes` 视图
222222

223223
对于从较早版本升级到 TiDB v8.0.0 或更高版本的集群,需要手动创建系统 schema 及相关视图。
224224

225225
详见[手动创建 `schema_unused_indexes` 视图](/sys-schema/sys-schema-unused-indexes.md#手动创建-schema_unused_indexes-视图)
226226

227-
## 使用不可见索引安全移除测试索引
227+
## 使用不可见索引安全测试索引移除
228228

229229
在未经充分验证的情况下直接删除索引可能带来性能风险,尤其是那些虽不常用但对特定查询仍至关重要的索引。
230230

0 commit comments

Comments
 (0)