Skip to content

Hi there 👋

Welcome to the WiredTiger GitHub landing page!

WiredTiger is a production quality, high performance, scalable, NoSQL, Open Source extensible platform for data management. WiredTiger is developed and maintained by MongoDB, Inc., where it is the principal storage engine in the MongoDB database.

WiredTiger supports both row-oriented storage (where all columns of a row are stored together), and column-oriented storage (where columns are stored in groups, allowing for more efficient access and storage of column subsets).

WiredTiger includes ACID transactions with standard isolation levels and durability at both checkpoint and commit-level granularity.

WiredTiger can be used as a simple key/value store, but also has a complete schema layer, including indices and projections.

You can find standalone releases and pre-built documentation for WiredTiger here.

The WiredTiger feature and bug tracking system is here.

The WiredTiger community is here.

If you are interested in WiredTiger as it exists within MongoDB, please consult the MongoDB documentation or open a MongoDB SERVER ticket.

If you have questions or feedback, the feature/bug tracking system is open, so please raise a ticket or alternatively email info@wiredtiger.com.

Pinned

  1. wiredtiger wiredtiger Public

    WiredTiger's source tree

    C 2.1k 378

Repositories

Showing 10 of 16 repositories

Most used topics

Loading…