I'd have to see (and reproduce) research that showed that using multiple filegroups(I leave the primary to the database, place sde in one, raster in two, and vector inat least two) hurt performance before I stopped using them. Using one big fileputs you at the mercy of fragmentation, and doesn't allow you to split data acrossmultiple independent disks. You can always defragment the files on disk if you'vegot them. Just my $0.0204 (with inflation).- V
For users with a single RAID configuration there is basically nothing to be gained by creating multiple filegroups on the array & directing individual objects to one filegroup or another - you'd be emulating RAID, and RAID can do a better job of striping.-Shannon
Hi Shannon,Thanks for your input.In my case, the SA setup one logical drive (D) which points to the SAN system. I don't know exactly how they configured the SAN, but believe it is RAID 5. It looks like our configuration matches the "single RAID configuration" you mentioned.From my SQL Server training class and a few SQL Server books, I got the impression that the .mdf file, which associates with the Primary filegroup, contains the database info. It is a good practice to create user-defined filegroup to store user data. Is my impression wrong? My SQL Server experience is only about 4 months, and no other DBA in my agency knows it better unfortunately.Thanks again!
Hi Shannon,From my SQL Server training class and a few SQL Server books, I got the impression that the .mdf file, which associates with the Primary filegroup, contains the database info. It is a good practice to create user-defined filegroup to store user data. Is my impression wrong? My SQL Server experience is only about 4 months, and no other DBA in my agency knows it better unfortunately.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.