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

请问batch propose 2KB 15W,压测条件为单条数据2KB再进行一定量的合并吗? #178

Open
liuliuwd opened this issue Mar 17, 2020 · 2 comments

Comments

@liuliuwd
Copy link

请问是单条2KB ×N条数据合并还是,N条任意大小的数据合并为2KB的batch请求再发起propose?我们自测有些差距,想了解下压测条件,麻烦看到后回复下,谢谢!

@lynncui00
Copy link
Collaborator

15w qps of Node::BatchPropose and 2kb for each value.
But this result requires a few perrequisites.

  1. 3 independent machines or more.
  2. Share Node::BatchPropose request to every machine.
  3. Sufficient network bandwidth. (2KB * 150000 = 300M = 2400mbps/s, For BatchPropose, we use 10 Gigabit LAN)
  4. Sufficient client concurrency.

@liuliuwd
Copy link
Author

了解了,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants