用于数据仓库的 SQL Server tempDB 的大小
数据仓库应用程序的 tempDB 是否有预期大小? 10场演出是否过多? 它受到频繁的大型查询的影响。 数据仓库本身有 50 GB。
我正在使用 SQL Server 2000
Is there an expected size of tempDB for a Data Warehouse application.
Is 10 gigs excessive?
It's hit by frequent large queries.
The Data Warehouse itself is 50 gigs.
I'm using SQL Server 2000
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来并没有什么特别出格的地方。如果这是一个问题,您是否查看过性能最差的查询或使用最多 tempdb 的查询?
SQL Server 2000 没有像更高版本的 DMV 等那样提供那么多有用的工具来监视这一点,但您可以 使用探查器
https://web.archive.org/web/20080509095429/http://sqlserver2000.databases.aspfaq.com:80/why-is-tempdb-full-and-how-can-i-prevent-this-from-发生.html
That doesn't seem terribly out of line. If it's a problem, have you looked at your worst performing queries or your queries that use the most tempdb?
SQL Server 2000 doesn't have as many useful tools to monitor this as later versions have with DMVs etc, but you can use the profiler
https://web.archive.org/web/20080509095429/http://sqlserver2000.databases.aspfaq.com:80/why-is-tempdb-full-and-how-can-i-prevent-this-from-happening.html