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 [email protected].

Pinned Loading

  1. wiredtiger wiredtiger Public

    WiredTiger's source tree

    C 2.2k 386

Repositories

Showing 10 of 16 repositories
  • wiredtiger Public

    WiredTiger's source tree

    wiredtiger/wiredtiger’s past year of commit activity
    C 2,172 386 0 43 Updated Aug 7, 2024
  • wiredtiger.github.com Public

    Developer website, contains WiredTiger's developer docs

    wiredtiger/wiredtiger.github.com’s past year of commit activity
    HTML 4 5 0 0 Updated Aug 6, 2024
  • testy Public

    A WiredTiger test framework to run 24/7 workloads

    wiredtiger/testy’s past year of commit activity
    Python 1 0 0 0 Updated Jun 28, 2024
  • mongo-tests Public

    Test cases for MongoDB with the WiredTiger storage engine

    wiredtiger/mongo-tests’s past year of commit activity
    Python 2 1 0 0 Updated Feb 2, 2024
  • .github Public
    wiredtiger/.github’s past year of commit activity
    0 0 0 0 Updated Oct 29, 2023
  • flitiger Public

    A usage of the WiredTiger library that splits BSON documents and stores them fully indexed.

    wiredtiger/flitiger’s past year of commit activity
    C++ 4 0 0 0 Updated Nov 2, 2020
  • wiredtiger/faultinject’s past year of commit activity
    M4 3 1 1 0 Updated Jan 7, 2020
  • wiredtiger/node-wiredtiger’s past year of commit activity
    C++ 12 4 1 0 Updated Aug 12, 2019
  • mongo-unique-idx Public Forked from mongodb/mongo

    The MongoDB Database

    wiredtiger/mongo-unique-idx’s past year of commit activity
    C++ 0 5,637 0 0 Updated Aug 12, 2019
  • POCDriver Public Forked from johnlpage/POCDriver

    Workload Driver for MongoDB in Java

    wiredtiger/POCDriver’s past year of commit activity
    Java 1 88 0 0 Updated Mar 8, 2019

Most used topics

Loading…