Skip to content

Commit 04c39e3

Browse files
committed
RFC:TiKV RawKV MVCC GC
Signed-off-by: ystaticy <[email protected]>
1 parent ed3ba92 commit 04c39e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0090-tikv-gc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In every TiKV nodes:
2626
## New GC worker architecture
2727
In a TiKV cluster without TiDB nodes , there are a few different points as follows:
2828
1. We need to move GC worker into another node role.
29-
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.
29+
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.
3030
3. RawKV encoded code of RawValue is different with Txn in TiDB.
3131

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

0 commit comments

Comments
 (0)