SQL Server 2008 R2
I have a 90 GB database running on RAID 10 with 8 spindles. I have 398 tables out of which 3 comprise 87% of all data. Here is the breakdown of percentage of total size:
Table1 Clustered 24%
Table1 NonClustered 22%
Table2 Clustered 17%
Table2 NonClustered 12%
Table3 Clustered 7%
Table3 NonClustered 5%
Other395 13%
Does anyone have any recommendations as to how to split these up into filegroups/files if at all?
I wonder, since the single file is already spread across 8 spindles on the RAID 10, if splitting them out will actually make a difference.
--Adam
--"He who knows best knows how little he knows." - Thomas Jefferson
I have a 90 GB database running on RAID 10 with 8 spindles. I have 398 tables out of which 3 comprise 87% of all data. Here is the breakdown of percentage of total size:
Table1 Clustered 24%
Table1 NonClustered 22%
Table2 Clustered 17%
Table2 NonClustered 12%
Table3 Clustered 7%
Table3 NonClustered 5%
Other395 13%
Does anyone have any recommendations as to how to split these up into filegroups/files if at all?
I wonder, since the single file is already spread across 8 spindles on the RAID 10, if splitting them out will actually make a difference.
--Adam
--"He who knows best knows how little he knows." - Thomas Jefferson