SQL Server 2008 R2 性能

发布于 2024-10-27 18:44:15 字数 244 浏览 2 评论 0原文

我有一个包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

櫻之舞 2024-11-03 18:44:15

当我们测试我使用的系统时,我们使用了 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.

墨小墨 2024-11-03 18:44:15

同步并不是解耦有机计算单元所参与的行为。对于用户 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文