starrydb性能分析-Starrydb performance analysis

机器配置是i7 4核 8G内存

每秒钟要运行2万个心跳脚本,

触发2万个运行脚本,

触发2万个返回脚本,

每秒处理6万个请求。

如果处理成功每个流程触发

8个更新操作,共16万个更新。

8个查询操作,共16万个查询。

如果处理失败每个流程

5个更新操作,共10万个更新。

5个查询操作,共10万个查询。

取平均数13万个,共计26万个查询和更新请求。


Machine configuration is i7 4 core 8G memory

Run 20 thousand heartbeat scripts per second,
Trigger 20 thousand run scripts,
Trigger 20 thousand return scripts,
Handle 60 thousand requests per second.
If the process is successful, each process is triggered.
8 update operations, a total of 160 thousand updates.
8 query operations, a total of 160 thousand queries.
If each process fails to process
5 update operations, a total of 100 thousand updates.
5 query operations, a total of 100 thousand queries.
Take an average of 130 thousand, a total of 260 thousand query and update requests.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章