nessDB icon indicating copy to clipboard operation
nessDB copied to clipboard

A very fast transactional key-value, embedded database storage engine in Fractal-Tree. Teaching/Research purposes only.

Results 12 nessDB issues
Sort by recently updated
recently updated
newest added

used in logr.h, where is struct options defined?

point queries/range queries based on MVCC

TODO

Replace status with CPU cache line friendly counter structure

Are the Java bindings and Redis interface deprecated in the new version of nessDB? Looking at old issues and shuttler/nessDB it looks like there used to be Java bindings available.

it seems that's a memory usage amplification in cache limits.

BUG

We need a non-block sharp-checkpoint. During the checkpoint, we CAN NOT: 0x00) block any client write/read

TODO

Run leaf MVCC garbage collection when serializing node to disk.

TODO