Skip to content

Commit

Permalink
pitr: update the description of performance capabilities (#18899)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiduoyunQ authored Sep 24, 2024
1 parent ea7634b commit 797c277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions br/br-pitr-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ The following steps describe how to clean up backup data that exceeds the backup

## Performance capabilities of PITR

- On each TiKV node, PITR can restore snapshot data at a speed of 280 GB/h and log data 30 GB/h.
- BR deletes outdated log backup data at a speed of 600 GB/h.
- On each TiKV node, PITR can restore snapshot data (full restore) at a speed of 280 GB/h and log data (including meta files and KV files) at a speed of 30 GB/h.
- BR deletes outdated log backup data (`tiup br log truncate`) at a speed of 600 GB/h.

> **Note:**
>
Expand Down

0 comments on commit 797c277

Please sign in to comment.