phxpaxos
phxpaxos copied to clipboard
请问batch propose 2KB 15W,压测条件为单条数据2KB再进行一定量的合并吗?
请问是单条2KB ×N条数据合并还是,N条任意大小的数据合并为2KB的batch请求再发起propose?我们自测有些差距,想了解下压测条件,麻烦看到后回复下,谢谢!
15w qps of Node::BatchPropose
and 2kb for each value.
But this result requires a few perrequisites.
- 3 independent machines or more.
- Share
Node::BatchPropose
request to every machine. - Sufficient network bandwidth. (2KB * 150000 = 300M = 2400mbps/s, For BatchPropose, we use 10 Gigabit LAN)
- Sufficient client concurrency.
了解了,谢谢