Skip to content

Commit

Permalink
Fixed the conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Mar 29, 2021
1 parent 11a6b2e commit c023624
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions garbage-collection-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ TiDB 5.0 及之后的版本不再需要向各个 TiKV Region 都发送触发 GC

## GC in Compaction Filter 机制

<<<<<<< HEAD
TiDB 在 v5.0 RC 版本中引入了 GC in Compaction Filter 机制。该机制是在分布式 GC 模式 (distributed GC) 的基础上,由 RocksDB 的 Compaction 过程来进行 GC,而不再使用一个单独的 GC worker 线程。这样做的好处是避免了 GC 引起的额外磁盘读取,以及避免清理掉的旧版本残留大量删除标记影响顺序扫描性能。在 v5.0 RC 版本中该机制默认关闭,**在 v5.0 GA 及更新的版本中默认开启**。可以由 TiKV 配置文件中的以下开关控制:
=======
GC in Compaction Filter 机制是在分布式 GC 模式 (`DISTRIBUTED` GC mode) 的基础上,由 RocksDB 的 Compaction 过程来进行 GC,而不再使用一个单独的 GC worker 线程。这样做的好处是避免了 GC 引起的额外磁盘读取,以及避免清理掉的旧版本残留大量删除标记影响顺序扫描性能。可以由 TiKV 配置文件中的以下开关控制:
>>>>>>> c07d2488... Update garbage collection docs #4552 (#5856)

{{< copyable "" >}}

Expand Down

0 comments on commit c023624

Please sign in to comment.