nessDB is an embedded key-value DBMS written in ANSI C with BSD license. It does not require any external dependencies and works in most POSIX systems.[03][04]
- Source Code
- https://github.com/BohuTANG/nessDB[01]
- Developer
- Country of Origin
- CN
- Start Year
- 2011 [05]
- End Year
- 2016
- Project Type
- Open Source
- Written in
- C
- License
- BSD License
As for storage engine, nessDB used LSM-tree (Log-Structured Merge Tree) in v1.8, Small-Splittable Tree (SST) in v2.0, and will use fractal-tree in v3.0. nessDB also used fractional cascading to speed up query.
nessDB is an embedded key-value DBMS written in ANSI C with BSD license. It does not require any external dependencies and works in most POSIX systems.
As for storage engine, nessDB used LSM-tree (Log-Structured Merge Tree) in v1.8, Small-Splittable Tree (SST) in v2.0, and will use fractal-tree in v3.0. nessDB also used fractional cascading to speed up query.[03][04]
History[03]
It has released two main versions (v1.8 and v2.0), while v3.0 is still work in progress.
Citations
5 sources- https://github.com/BohuTANG/nessDB github.com
- Pages · bohutang/nessDB Wiki · GitHub github.com
- https://github.com/BohuTANG/nessDB/blob/master/README github.com
- https://sec.douban.com/c?_s=a5944e68702a7900175abcb708be87fbf81a50088f6836e62e70fdc48d72ba13&a=1&r=https://www.douban.com/note/257014437 douban.com
- add github.com