first commit
This commit is contained in:
commit
ba848e218d
1001 changed files with 152333 additions and 0 deletions
13
CloudNative/Kubernetes/ETCD/etcd性能优化
Normal file
13
CloudNative/Kubernetes/ETCD/etcd性能优化
Normal file
|
@ -0,0 +1,13 @@
|
|||
Raft策略选主
|
||||
影响etcd性能的因素
|
||||
## Raft需要通过网络同步数据
|
||||
网络io 节点之间的rtt,带宽
|
||||
wak收到磁盘io影响写入延迟
|
||||
## storage
|
||||
磁盘ipfdatasync延迟
|
||||
索引层锁的block
|
||||
boltdb Tx的锁
|
||||
boltdb本身的性能
|
||||
## 其他
|
||||
内核参数
|
||||
grpc api的延迟
|
Loading…
Add table
Add a link
Reference in a new issue