SQL Server 2008 R2 性能
我有一个包含 5 个字段并包含 1000 万条记录的表,
我想测试一下我的 20,000 个用户是否同时在该表上进行查询。
SELECT field1, field2 FROM table1 WHERE field3 = 'test'
那么我的 SQL Server 2008 R2 的行为是什么
那么我可以使用哪个工具或如何测试这个场景?
I have a table with 5 fields and containing 10millions record
I want to test that if my 20,000 Users simultaneously query on this table like.
SELECT field1, field2 FROM table1 WHERE field3 = 'test'
Then what will be the behaviour of my SQL Server 2008 R2
So which tool or how can I test this scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当我们测试我使用的系统时,我们使用了 HP LoadRunner。地点位于伯布林根的惠普测试中心。我没有机会亲自去那里,但我听说这是一个令人印象深刻的网站,有很多计算机可供测试和用作客户端。
When we tested the system I work with we used HP LoadRunner. The place was in the HP test center in Böblingen. I had not the opportunity to go there my self but I heard that it was an impressive site with a lot of computers both to test against and to use as clients.
同步并不是解耦有机计算单元所参与的行为。对于用户 1,您将经历执行查询的整个过程 - 对于用户 2-n,您将从缓存中提取。
James Pulley
版主
-SQAForums WinRunner、LoadRunner
-YahooGroups LoadRunner、高级 LoadRunner
-GoogleGroups lr-loadrunner
-LinkedIn LoadRunner(所有者)、LoadRunnerByTheHour(所有者)
Mercury Alum,1996-2000 年
首席技术官、Newcoe 性能工程 | LoadRunnerbyTheHour.com
Simultaneous is not a behavior that decoupled organic computing units engage in. For user 1 you will go through the whole process for executing a query - for users 2-n you will be pulling from cache.
James Pulley
Moderator
-SQAForums WinRunner, LoadRunner
-YahooGroups LoadRunner, Advanced LoadRunner
-GoogleGroups lr-loadrunner
-LinkedIn LoadRunner (owner), LoadRunnerByTheHour (owner)
Mercury Alum, 1996-2000
CTO, Newcoe Performance Engineering | LoadRunnerbyTheHour.com