WiredTiger is an extensible platform for data management. Its storage engine is optimized for high-throughput, big data applications. It can be configured for write-optimized (row-store) or read-optimized (column-store) access, as well as a hybrid of both. It separates the on-disk and in-memory representations of data, leading to a simpler, more compact file format and a large block I/O tailored for modern storage systems.
| Tags | Data management High Performance multi-core Scalability Library |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux Unix OS X |
| Implementation | C Python |