This package browser is in early development. Mind the rough edges.

wiredtiger 3.1.0

NoSQL data engine

WiredTiger is an extensible platform for data management. It supports row-oriented storage (where all columns of a row are stored together), column-oriented storage (where columns are stored in groups, allowing for more efficient access and storage of column subsets) and log-structured merge trees (LSM), for sustained throughput under random insert workloads.

Installation

Install wiredtiger 3.1.0 as follows:

guix install wiredtiger@3.1.0

Or install the latest version:

guix install wiredtiger

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.