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

op-guide: fix some indicators #810

Merged
merged 2 commits into from
Aug 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions op-guide/recommendation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ TiDB 作为一款开源分布式 NewSQL 数据库,可以很好的部署和运
> **注**:
>
> - TiDB 只支持 Red Hat 兼容内核 (RHCK) 的 Oracle Enterprise Linux,不支持 Oracle Enterprise Linux 提供的 Unbreakable Enterprise Kernel。
> - TiDB 在 CentOS 7.3 的环境下进行大量的测试,同时社区也有很多这个操作系统的部署最佳实践,因此,我们推荐客户在部署 TiDB 的时候使用 CentOS 7.3+ 以上的 Linux 操作系统。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this sentence to:

TiDB 在 CentOS 7.3 的环境下进行大量的测试,同时社区也有很多操作系统部署的最佳实践,因此,建议使用 CentOS 7.3 以上的 Linux 操作系统来部署 TiDB

> - 以上 Linux 操作系统可运行在物理服务器以及 VMware、KVM、XEN 主流虚拟化环境上。

## 服务器要求
Expand All @@ -32,9 +33,8 @@ TiDB 支持部署和运行在 Intel x86-64 架构的 64 位通用硬件服务器
| **组件** | **CPU** | **内存** | **本地存储** | **网络** | **实例数量(最低要求)** |
| --- | --- | --- | --- | --- | --- |
| TiDB | 8核+ | 16 GB+ | SAS, 200 GB+ | 千兆网卡 | 1(可与 PD 同机器) |
| PD | 8核+ | 16 GB+ | SAS, 200 GB+ | 千兆网卡 | 1(可与 TiDB 同机器) |
| PD | 4核+ | 8 GB+ | SAS, 200 GB+ | 千兆网卡 | 1(可与 TiDB 同机器) |
| TiKV | 8核+ | 32 GB+ | SSD, 200 GB+ | 千兆网卡 | 3 |
| | | | | 服务器总计 | 4 |

> **注**:
>
Expand All @@ -46,17 +46,16 @@ TiDB 支持部署和运行在 Intel x86-64 架构的 64 位通用硬件服务器

| **组件** | **CPU** | **内存** | **硬盘类型** | **网络** | **实例数量(最低要求)** |
| --- | --- | --- | --- | --- | --- |
| TiDB | 16核+ | 48 GB+ | SAS | 万兆网卡(2块最佳) | 2 |
| PD | 8核+ | 16 GB+ | SSD | 万兆网卡(2块最佳) | 3 |
| TiKV | 16核+ | 48 GB+ | SSD | 万兆网卡(2块最佳) | 3 |
| TiDB | 16核+ | 32 GB+ | SAS | 万兆网卡(2块最佳) | 2 |
| PD | 4核+ | 8 GB+ | SSD | 万兆网卡(2块最佳) | 3 |
| TiKV | 16核+ | 32 GB+ | SSD | 万兆网卡(2块最佳) | 3 |
| 监控 | 8核+ | 16 GB+ | SAS | 千兆网卡 | 1 |
| | | | | 服务器总计 | 9 |

> **注**:
>
> - 生产环境中的 TiDB 和 PD 可以部署和运行在同服务器上,如对性能和可靠性有更高的要求,应尽可能分开部署。
> - 生产环境强烈推荐使用更高的配置。
> - TiKV 硬盘大小建议不要超过 800G 以防止硬盘损坏时,数据恢复耗时过长
> - TiKV 硬盘大小配置建议 PCI-E SSD 不超过 2 TB,普通 SSD 不超过 1.5 TB。

## 网络要求

Expand Down