couchbase / forestdb

A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie
Apache License 2.0
1.29k stars 172 forks source link

Is this project still actively maintained? #19

Open ziliangpeng opened 6 years ago

aki-ks commented 3 years ago

I wonder the same thing myself. I am very surprised that although this is Couchbase's primary storage engine, it has not been further developed for years.

snej commented 3 years ago

That's incorrect. ForestDB is not in use by Couchbase. AFAIK the project is completely dormant.

It was never used in Couchbase Server, and while it was an optional alternative storage engine in Couchbase Lite 1.x, it was not included in 2.0 and later.

aki-ks commented 3 years ago

Are you sure? The documentation claims that ForestDB is the default storage engine for GSI indices.

snej commented 3 years ago

I'm sorry, it is actually used in indexes. But it's not used for document storage, and in the Enterprise Edition indexes use a different engine.

Couchbase Server's primary storage engine is CouchStore.