【RocksDB】basic

Posted by 西维蜀黍 on 2021-10-12, Last Modified on 2022-02-19

RocksDB

The RocksDB library provides a persistent key value store. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator function.

Reference