Getting performance Improvement with keeping MongoDB Index files in a separate disk partition
When you start mongod with –wiredTigerDirectoryForIndexes, mongod stores indexes and collections in separate subdirectories under the data (i.e. –dbpath) directory. Specifically, mongod stores the indexes in a subdirectory named index and the collection data in a subdirectory named collection….