WiredTiger
https://docs.mongodb.com/manual/core/wiredtiger
document-level concurrency control for write operations.
複数のクライアントが同じcollectionの異なるdocumentに書き込みができる
For most read and write operations, WiredTiger uses optimistic concurrency control.
Compression
With WiredTiger, MongoDB supports compression for all collections and indexes. Compression minimizes storage use at the expense of additional CPU.
#database