Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Last active July 21, 2016 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wesley-Lomax/d3f5e543bb82ee6c933bb96a37e66f6c to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/d3f5e543bb82ee6c933bb96a37e66f6c to your computer and use it in GitHub Desktop.
YAML Configurationf for MongoDB 3.2 xDB Sitecore Analytics Database using WiredTiger and zlib
systemLog:
destination: file
path: M:\MongoDB\dataWT\log\mongod.log
logAppend: true
storage:
dbPath: M:\MongoDB\dataWT\db
journal:
enabled: true
directoryPerDB: true
engine: wiredTiger
wiredTiger:
engineConfig:
journalCompressor: zlib
directoryForIndexes: true
collectionConfig:
blockCompressor: zlib
indexConfig:
prefixCompression: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment