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 | |
Dettagli tecnici | |
Latest version | 1.22 |
Data di rilascio | 2019-05-03 |
Initial release | 2011-07-30 |
Transaction support | No |
Replication | |
Protocol | Custom API |
Development language | C++ |
Platforms | Cross Platform |
Additional | |
Sito web | google.com/... |
Wikipedia | wikipedia.org/... |
Flavor | Embedded |
Access Model | Embedded |
User reviews and comments