mirror of https://github.com/tikv/website.git
				
				
				
			address review comments
Signed-off-by: haojinming <jinming.hao@pingcap.com>
This commit is contained in:
		
							parent
							
								
									223271b714
								
							
						
					
					
						commit
						52d16021f2
					
				| 
						 | 
				
			
			@ -20,9 +20,9 @@ TiKV-BR 将备份或恢复操作命令下发到各个 TiKV 节点。TiKV 收到
 | 
			
		|||
    caption="TiKV-BR 工作原理"
 | 
			
		||||
    number="1" >}}
 | 
			
		||||
 | 
			
		||||
### 部署
 | 
			
		||||
### 安装
 | 
			
		||||
 | 
			
		||||
#### 使用 TiUP 部署
 | 
			
		||||
#### 使用 TiUP 安装
 | 
			
		||||
 | 
			
		||||
`tikv-br` 是 [TiUP] 的一个组件,你可以使用 [TiUP] 来部署 `tikv-br`:
 | 
			
		||||
```bash
 | 
			
		||||
| 
						 | 
				
			
			@ -31,8 +31,8 @@ tiup tikv-br:v1.1.0 <命令> <子命令>
 | 
			
		|||
如果是第一次使用,TiUP 会自动下载和安装 `tikv-br` 组件。
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#### 手工部署
 | 
			
		||||
你可以从 [GitHub] 上下载 `tikv-br` 的最新发行版。 
 | 
			
		||||
#### 手工安装
 | 
			
		||||
你可以从 [GitHub] 下载 `tikv-br` 的最新发行版。 
 | 
			
		||||
 | 
			
		||||
### 推荐部署配置
 | 
			
		||||
- 生产环境中,推荐 TiKV-BR 运行在(4 核+/8 GB+)的节点上。操作系统版本要求可参考 [操作系统及平台的要求]。
 | 
			
		||||
| 
						 | 
				
			
			@ -153,7 +153,7 @@ TiKV-BR 的备份和恢复都是分布式的,在存储和网络没有达到瓶
 | 
			
		|||
- TiKV-BR 节点:4 核 CPU, 8G 内存,v1.1.0
 | 
			
		||||
- 存储容量: 50TB
 | 
			
		||||
 | 
			
		||||
|指标|TiKV API V1|TiKV API v2|
 | 
			
		||||
|指标|TiKV API v1|TiKV API v2|
 | 
			
		||||
|:-:|:-:|:-:|
 | 
			
		||||
|备份速度|每 TiKV 节点 40MB/s|每 TiKV 节点 40MB/s|
 | 
			
		||||
|恢复速度|每 TiKV 节点 70MB/s|每 TiKV 节点 70MB/s|
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,16 +23,16 @@ This page introduces what's RawKV BR and how to use it.
 | 
			
		|||
    caption="TiKV-BR architecture"
 | 
			
		||||
    number="1" >}}
 | 
			
		||||
 | 
			
		||||
### Deployment
 | 
			
		||||
### Installation
 | 
			
		||||
 | 
			
		||||
#### Deploy by TiUP
 | 
			
		||||
#### Install with TiUP
 | 
			
		||||
`tikv-br` is a component of [TiUP], so you can easily use `tikv-br` with [TiUP] as following:
 | 
			
		||||
```bash
 | 
			
		||||
tiup tikv-br:v1.1.0 <command> <subcommand> 
 | 
			
		||||
```
 | 
			
		||||
If `tikv-br` is not installed before, TiUP will download it automatically.
 | 
			
		||||
 | 
			
		||||
#### Deploy manually
 | 
			
		||||
#### Install manually
 | 
			
		||||
 | 
			
		||||
Please find the latest release and download the binary from [GitHub].  
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +189,7 @@ The backup and restoration are both distributed, so performance can increase lin
 | 
			
		|||
- TiKV-BR node: 4 cores CPU, 8 GB memory, v1.1.0
 | 
			
		||||
- Data volume: 50 TB
 | 
			
		||||
 | 
			
		||||
|Metric|TiKV API V1|TiKV API v2|
 | 
			
		||||
|Metric|TiKV API v1|TiKV API v2|
 | 
			
		||||
|:-:|:-:|:-:|
 | 
			
		||||
|Backup speed|40MB/s per TiKV node|40MB/s per TiKV node|
 | 
			
		||||
|Restoration speed|70MB/s per TiKV node|70MB/s per TiKV node|
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -370,6 +370,6 @@ tikv-cdc cli processor list --pd=http://192.168.100.122:2379`
 | 
			
		|||
[TiKV-BR]: ../../backup-restore-cn
 | 
			
		||||
[NFS]: https://en.wikipedia.org/wiki/Network_File_System
 | 
			
		||||
[S3]: https://aws.amazon.com/s3/
 | 
			
		||||
[备份 Raw 模式数据]: ../../backup-restore-cn/#备份集群-raw-模式数据
 | 
			
		||||
[恢复 Raw 模式数据]: ../../backup-restore-cn/#恢复-raw-模式备份数据
 | 
			
		||||
[备份 Raw 模式数据]: ../../backup-restore-cn/#%E5%A4%87%E4%BB%BD%E9%9B%86%E7%BE%A4-raw-%E6%A8%A1%E5%BC%8F%E6%95%B0%E6%8D%AE
 | 
			
		||||
[恢复 Raw 模式数据]: ../../backup-restore-cn/#%E6%81%A2%E5%A4%8D-raw-%E6%A8%A1%E5%BC%8F%E5%A4%87%E4%BB%BD%E6%95%B0%E6%8D%AE
 | 
			
		||||
[tidb_gc_enable]: https://docs.pingcap.com/zh/tidb/stable/system-variables#tidb_gc_enable-%E4%BB%8E-v50-%E7%89%88%E6%9C%AC%E5%BC%80%E5%A7%8B%E5%BC%95%E5%85%A5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue