SQL Server 2000控制进程优先级
是否可以控制SQL Server进程的执行优先级?
假设您有一个包含一些大表的数据库,有许多用户执行查询,并且您必须在一个大表上创建索引。索引进程可能以较低的优先级和 CPU 使用率运行,而交互用户可能具有较高的优先级和 CPU 使用率。
是否可以调整单个进程或进程类别的进程优先级?
Is it possible to control the execution priority of SQL Server processes?
Suppose you have a db with some large tables, with many users executing queries, and you have to create an index on one large table. The indexing process may run with low priority and CPU usage, while interactive users may have higher priority and CPU usage.
Is it possible to tune the process priority either for a single process or a process category?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,直到 2008 版本,MSSQL 中才没有类似的东西,它有一个“资源调控器”(但它仅在企业版中可用)。
No, there is nothing similar in MSSQL until version 2008, which has a "Resource Governor" (but it's only available in Enterprise Edition).