基准的选择和更新查询数量?
我不太明白为什么 30 000 个对象需要 3000 次选择和 3000 次更新,你认为这些数字是任意的吗? IE。他们可以使用 30 000 次选择和 30 000 次更新吗?
我在 http://polepos.sourceforge.net/results/PolePositionClientServer.pdf
I don’t really understand why 30 000 objects need 3000 selects and 3000 updates, do you think that these numbers are arbitrary? Ie. Could they have used 30 000 selects and 30 000 updates?
I found this at http://polepos.sourceforge.net/results/PolePositionClientServer.pdf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我的理解,在进行基准测试时选择一个数字背后的目标是一个相当大的数字。它的优点是程序将执行可测量的时间。如果数字太慢(例如 100 次更新),则执行时间将以毫秒为单位,并且很难对它们进行基准测试。
As far as my understanding goes, the objective behind choosing a number while doing benchmarking is a rather big number . It has an advantage that a program will execute for a measurable amount of time. If the number is too slow like 100 updates then the execution time will be in mili seconds and will be extremely difficult to bench mark them.