RocksDB
| Use attributes for filter ! | |
| License | Apache 2. 0 or GPL 2 |
|---|---|
| Developed by | |
| Written in | C++ |
| Operating system | Windows |
| macOS | |
| Linux | |
| FreeBSD | |
| OpenBSD | |
| Solaris | |
| AIX | |
| Stable release | October 31, 2019 |
| Platforms | x86-32 (32 bit Intel x86) |
| x86-64 | |
| ppc64 | |
| ARM architecture | |
| Date of Reg. | |
| Date of Upd. | |
| ID | 2139850 |
About RocksDB
RocksDB is a high performance embedded database for key-value data. It is a fork of LevelDB by Google optimized to exploit many central processing unit cores, and make efficient use of fast storage, such as solid-state drives, for input/output bound workloads. It is based on a log-structured merge-tree data structure.