We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79bb89 commit d9db7ceCopy full SHA for d9db7ce
tidb-in-kubernetes/local-pv-management.md
@@ -6,7 +6,7 @@ category: how-to
6
# 本地 PV 管理
7
8
TiDB 是一款高可用的数据库。TiDB 的存储层 TiKV 对数据进行复制,容忍节点不可用。TiKV 使用高
9
-IOPS、吞吐量的本地存储,比如 Local SSDs 时,可提高数据库性能。
+ IOPS 和高吞吐量的本地存储,比如 Local SSDs 时,可提高数据库性能。
10
11
Kubernetes 当前支持静态分配的本地存储。可使用
12
[local-static-provisioner](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner) 项目中的
0 commit comments