Docs/CloudNative/Kubernetes/ETCD/etcd性能优化
2022-10-18 16:59:37 +08:00

13 lines
No EOL
288 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Raft策略选主
影响etcd性能的因素
## Raft需要通过网络同步数据
网络io 节点之间的rtt带宽
wak收到磁盘io影响写入延迟
## storage
磁盘ipfdatasync延迟
索引层锁的block
boltdb Tx的锁
boltdb本身的性能
## 其他
内核参数
grpc api的延迟