12.3. 其他¶
voltdb
12.3.1. doozer [1]¶
一致性分布式数据库。
12.3.2. clickhouse [2]¶
ClickHouse is an open source column-oriented database management system capable of real time generation of analytical data reports using SQL queries.
12.3.3. 其他DB¶
LevelDB: https://github.com/martinsumner/leveled:
Erlang A pure Erlang Key/Value store - based on a LSM-tree, optimised for HEAD requests
RocksDB: https://github.com/facebook/rocksdb/:
C++ LevelDB的变种 A library that provides an embeddable, persistent key-value store for fast storage A Persistent Key-Value Store for Flash and RAM Storage
forestdb: https://github.com/couchbase/forestdb:
C++ A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie a key-value storage engine developed by Couchbase Caching and Storage Team, and its main index structure is built from Hierarchical B+-Tree based Trie, called HB+-Trie
HyperLevelDB:
LevelDB的变种
https://www.cnblogs.com/oloroso/p/6323400.html