Skip to content

Commit

Permalink
br-snapshot-guide: remove the experimental note of the coarse-grained…
Browse files Browse the repository at this point in the history
… Region scatter algorithm (#17685)
  • Loading branch information
qiancai authored May 31, 2024
1 parent b5b4514 commit 1214589
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions br/br-snapshot-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ tiup br restore full --pd "${PD_IP}:2379" \
--storage "s3://backup-101/snapshot-202209081330?access-key=${access-key}&secret-access-key=${secret-access-key}"
```

> **Warning:**
>
> The coarse-grained Region scatter algorithm (enabled by setting `--granularity="coarse-grained"`) is experimental. It is recommended that you use this feature to accelerate data recovery in clusters with up to 1,000 tables. Note that this feature does not support checkpoint restore.
To further improve the restore speed of large clusters, starting from v7.6.0, BR supports a coarse-grained Region scatter algorithm (experimental) for faster parallel recovery. You can enable this algorithm by specifying `--granularity="coarse-grained"`. After it is enabled, BR can quickly split the restore task into a large number of small tasks and scatter them to all TiKV nodes in batches, thus fully utilizing the resources of each TiKV node for fast recovery in parallel.

During restore, a progress bar is displayed in the terminal as shown below. When the progress bar advances to 100%, the restore task is completed and statistics such as total restore time, average restore speed, and total data size are displayed.

```shell
Expand Down

0 comments on commit 1214589

Please sign in to comment.