首页 > 数据库

Multiple filegroups: yay or nay?

时间:2009-05-20 11:51:21  作者:武树伟  我要投稿
Linux初探欢迎您的投稿,投放方法请点击这里查看,我们会定期赠送精美小礼品给优秀的投稿作者。海纳百川 取则行远!LinuxGoo欢迎您的到来。
Multiple filegroups: yay or nay?comes from: http://sqlserverpedia.com/blog/category/database-design/Monday, September 29th, 2008Stephanie wrote in wit......

Plus, when I started managing storage area networks, I had a different reason. Storage is getting faster and faster every year, but DBAs aren’t getting any more hours in their day. Keeping data and indexes on different filegroups requires careful attention during development. All it takes is one knucklehead adding an index without paying attention, and bam, you’ve got indexes on the data filegroup. That means you have to introduce a new task into your daily/weekly/monthly routine: running a query to identify which objects are on which filegroups.

What a pain.

I’ve struggled with finding and hiring good DBAs, and if I have a choice between making my database 5% faster or making my DBAs 5% faster, I choose that latter option. I can get 5% more storage performance by adding a few more drive spindles, but it’s harder - and more expensive - to get 5% more good DBA time.

On the other hand, if I was in a shop where my DBAs had plenty of time (or worked for peanuts, whate, then I would take a sandbox system, set it up the same way as production, and do performance benchmarking to see how much of a difference a separate index filegroup made on my exact hardware, storage and application.

You’re asking me, though, so I bet you don’t have the time to do that research either. In that case, keep it simple!

如果您需转载 Multiple filegroups: yay or nay?,请注明来自LinuxGoo.com,其版权归原作者所有。请广大网友留言时遵纪守法,使用文明用语。如果您在应用中有什么问题,请在下面留言,我们会尽快解答。
来顶一下
近回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
相关文章
栏目热门