Skip to content

Commit

Permalink
remove upgrade part
Browse files Browse the repository at this point in the history
  • Loading branch information
ystaticy committed Sep 20, 2024
1 parent 3da02a3 commit a83f127
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions text/0113-keyspace-level-gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a83f127

Please sign in to comment.