You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0090-tikv-gc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In every TiKV nodes:
26
26
## New GC worker architecture
27
27
In a TiKV cluster without TiDB nodes , there are a few different points as follows:
28
28
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.
30
30
3. RawKV encoded code of RawValue is different with Txn in TiDB.
31
31
32
32
So we designed a new GC architecture and process for TiKV cluster.
0 commit comments