Comment on RocksDB – A persistent key-value store for fast storage environmentsparentComments−dhruba_b12yRocksDB allows only one process to open the DB in read-write mode but other process can access the DB read-only (with a few configuration settings)
Comments
RocksDB allows only one process to open the DB in read-write mode but other process can access the DB read-only (with a few configuration settings)