DharmaDB icon indicating copy to clipboard operation
DharmaDB copied to clipboard

Persistent, fault tolerant key-value store written in Rust.

Results 4 DharmaDB issues
Sort by recently updated
recently updated
newest added

The insert operation mutates the in-memory structure and may cause a flush to disk when the size exceeds threshold. The delete operation also mutates the in-memory structure. This could lead...

enhancement

What kind of Database should DharmaDB evolve into? Is there a specific use case towards which we can tune development.

help wanted

Currently we directly serialize records to disk and read them back. To detect corruption of data, a new checksum needs to be added to each block to validate data integrity....

enhancement
help wanted

Benchmark DB operations with more data and identify bottlenecks.

good first issue