We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba547f1 commit 5676f99Copy full SHA for 5676f99
develop/dev-guide-timeouts-in-tidb.md
@@ -36,7 +36,7 @@ TiDB 的事务的实现采用了 MVCC(多版本并发控制)机制,当新
36
>
37
> 在这些场景中,你必须使用 `tikv_gc_life_time` 提前手动调长 GC 时间,以避免因为导出过程中发生 GC 导致导出失败。详见 TiDB 工具 Dumpling 的[手动设置 TiDB GC 时间](/dumpling-overview.md#手动设置-tidb-gc-时间)。
38
39
-更多关于 GC 的信息,请参考 [GC 机制简介](https://pingcap.com/docs-cn/stable/reference/garbage-collection/overview/)文档。
+更多关于 GC 的信息,请参考 [GC 机制简介](/garbage-collection-overview.md)文档。
40
41
## 事务超时
42
0 commit comments