LevelDB
Likes 0
Name | LevelDB |
---|---|
Best used | For rapidly changing data, key value store, object store, static data. Works with overflow of data out of memory but read degrades |
Usage example | key value store, real time data, static data, session data, object store |
Main focus | Speed, Robustness, Available as Embedded db, very high sequential write |
License | BSD |
Projects using it | |
Technical details | |
Latest version | 1.22 |
Release date | May 3rd 2019 |
Initial release | Jul. 30th 2011 |
Transaction support | No |
Replication | |
Protocol | Custom API |
Development language | C++ |
Platforms | Cross Platform |
Additional | |
Website | google.com/... |
Wikipedia | wikipedia.org/... |
Flavor | Embedded |
Access Model | Embedded |
User reviews and comments