Created
May 1, 2015 14:41
-
-
Save danared/077aa1ce372e27a49f40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.createCollection( "email", { storageEngine: { | |
wiredTiger: { configString: "blockCompressor=zlib" }}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be block_compressor instead of blockCompressor