Skip to content

Commit

Permalink
RFC:TiKV RawKV MVCC GC
Browse files Browse the repository at this point in the history
Signed-off-by: ystaticy <[email protected]>
  • Loading branch information
ystaticy committed Mar 22, 2022
1 parent ed3ba92 commit 04c39e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0090-tikv-gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In every TiKV nodes:
## New GC worker architecture
In a TiKV cluster without TiDB nodes , there are a few different points as follows:
1. We need to move GC worker into another node role.
2. For [API V2](https://github.com/tikv/rfcs/blob/master/text/0069-api-v2.md) .It need gc the earlier version in default cf.But Txn GC worker process will be triggered by WriteCompactionFilter of write cf.
2. For [API V2](https://github.com/tikv/rfcs/blob/master/text/0069-api-v2.md) .It need gc the earlier version in default cf. But Txn GC worker process will be triggered by WriteCompactionFilter of write cf.
3. RawKV encoded code of RawValue is different with Txn in TiDB.

So we designed a new GC architecture and process for TiKV cluster.
Expand Down

0 comments on commit 04c39e3

Please sign in to comment.