diff --git a/text/0113-keyspace-level-gc.md b/text/0113-keyspace-level-gc.md index 030aed66..f92246dc 100644 --- a/text/0113-keyspace-level-gc.md +++ b/text/0113-keyspace-level-gc.md @@ -55,10 +55,6 @@ In GC process, it parses the keyspace id from the data key, use the keyspace met 5. Support using keyspace level GC for data import and export: 1. When using BR, CDC, Lightning, Dumpling to import or export keyspace data, you need to update the service safe point for the specified keyspace. When the task starts, it needs to get keyspace meta first to determine whehter global or keyspace GC is using, then execute the GC relevant logic on the corresponding GC safe point and service safe point. -## Upgrade from `global GC` to `keyspace level GC` - -It will be introduced in another RFC. - ## Global Backup Specify ts to backup data for non-keyspaces and all keyspaces in the entire cluster. It will be introduced in another RFC.