Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pitr: update the description of performance capabilities (#18622) #18703

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions br/br-pitr-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Restore KV Files <--------------------------------------------------------------

## PITR 的性能指标

- PITR 恢复速度,平均到单台 TiKV 节点:全量恢复为 280 GB/h,日志恢复为 30 GB/h
- 使用 `br log truncate` 清理过期的日志备份数据速度为 600 GB/h
- PITR 恢复速度,平均到单台 TiKV 节点:全量恢复 (Full Restore) 为 280 GB/h,日志恢复(Restore Meta Files 和 Restore KV Files)为 30 GB/h
- 使用 `tiup br log truncate` 清理过期的日志备份数据速度为 600 GB/h

> **注意:**
>
Expand Down