Skip to content

Instantly share code, notes, and snippets.

@danared
Created May 1, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danared/077aa1ce372e27a49f40 to your computer and use it in GitHub Desktop.
Save danared/077aa1ce372e27a49f40 to your computer and use it in GitHub Desktop.
db.createCollection( "email", { storageEngine: {
wiredTiger: { configString: "blockCompressor=zlib" }}})
@asya999
Copy link

asya999 commented May 11, 2015

It should be block_compressor instead of blockCompressor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment