We are moving from SDE/Oracle/Unix to SDE/SQLServer/Windows environment. I am working on a couple of SDE databases on a test server, and have a question regarding the filegroup configuration.
In ESRI SDE/SQL Server class, I learned the configuration roughly as these. The wizard driven post installation created database and loaded SDE repositry in the PRIMARY filegroup. Then, we manually created GIS_data filegroup to store vector data, versioning filegroup for A and D tables, and raster filegroup for BLK related objects.
While working on our test instance, we talked to an ESRI consultant. His thought is that the storage architecture from the training may be too complicated. He even cited a product specialist opinion as "there is not much to be gained from using multiple file groups period."
From my SDE/Oracle experience, I'd like to make the storage structure of the new SDE GDB simpler, but am wondering if it is a good idea to put everything, SDE repositry and all GIS data (vector, raster, etc.), in the only primary filegroup. How did you guys design and build your SDE/SQL Server databases?
Any suggestion, opinion and thought will be appreciated. Thanks!
p.s.
Our storage device is SAN 8000 with one channel. The publication GDB is about 120 GB, all standalone FCs, no versioning. Two maintenance GDBs each should be 30 GB or less.