HOME

TheInfoList



OR:

WiredTiger is a
NoSQL NoSQL (originally meaning "Not only SQL" or "non-relational") refers to a type of database design that stores and retrieves data differently from the traditional table-based structure of relational databases. Unlike relational databases, which ...
,
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
extensible platform for data management. It is released under version 2 or 3 of the
GNU General Public License The GNU General Public Licenses (GNU GPL or simply GPL) are a series of widely used free software licenses, or ''copyleft'' licenses, that guarantee end users the freedom to run, study, share, or modify the software. The GPL was the first ...
. WiredTiger uses
multiversion concurrency control Multiversion concurrency control (MCC or MVCC), is a non-locking concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory. ...
(MVCC) architecture.


Details

MongoDB MongoDB is a source-available, cross-platform, document-oriented database program. Classified as a NoSQL database product, MongoDB uses JSON-like documents with optional database schema, schemas. Released in February 2009 by 10gen (now MongoDB ...
acquired WiredTiger Inc. on December 16, 2014. The WiredTiger storage engine was made available as an optional storage engine in MongoDB 2.8. Early WiredTiger users included
Amazon Amazon most often refers to: * Amazon River, in South America * Amazon rainforest, a rainforest covering most of the Amazon basin * Amazon (company), an American multinational technology company * Amazons, a tribe of female warriors in Greek myth ...
and
Connectifier Connectifier was an American company that developed machine learning-based searching and matching technology to help recruiters and hiring managers find talent. The company was acquired by LinkedIn in February 2016 and operated as a wholly owned ...
. The WiredTiger storage engine is the default storage engine starting in MongoDB version 3.2. It provides a document-level concurrency model, checkpointing, and compression, among other features. In MongoDB Enterprise, WiredTiger also supports encryption at rest.


See also

* Ordered Key-Value Store


References


Further reading

* * Wolpe, Toby (December 16, 2014)
"MongoDB snaps up WiredTiger and its storage expert team"
ZDNet. Accessed July 8, 2016. * * * * * {{cite web , last=Wolpe , first=Toby , title=MongoDB CTO: How our new WiredTiger storage engine will earn its stripes , website=ZDNet , date=November 21, 2014 , url=https://www.zdnet.com/article/mongodb-cto-how-our-new-wiredtiger-storage-engine-will-earn-its-stripes/ , access-date=July 8, 2016 NoSQL Ordered Key-Value Store