-
Notifications
You must be signed in to change notification settings - Fork 174
Home
Chiyoung Seo edited this page Jul 15, 2014
·
29 revisions
ForestDB is a fast key-value storage engine that is based on Hierarchical B+-Tree based Trie, called HB+-Trie, and was developed by Couchbase Caching and Storage Team to provide a scalable and high performance storage layer for Couchbase NoSQL database.
ForestDB can support efficient indexing and retrieval on a large number of variable-length keys, in terms of block device I/O operations.