kvdk icon indicating copy to clipboard operation
kvdk copied to clipboard

Key Value Development Kit

Results 6 kvdk issues
Sort by recently updated
recently updated
newest added

### What is changed and how it works? What's Changed: - Refactor sorted, hash and list collection with DLList struct - Implement Snapshot and MVCC on Hash and List ###...

**The problem/use-case that the feature addresses** If one PM disk space is not enough, how can multiple PM disks be mapped into one KVDK? **Description of the feature** KVDK can...

### What is changed and how it works? Implement new hashmap with rehash function. Reduce memory usage. Add VHash(Volatile Hash) data type. ### TODO list Add automatic rehashing logic. ###...

Signed-off-by: Yu, Peng ### What problem does this PR solve? Problem Summary: Adapt benchmarks for volatile KV storage ### What is changed and how it works? What's Changed: volatile/benchmark/bench.cpp ###...

**The problem/use-case that the feature addresses** store application settings for various application features. retrieve application settings upon observation of certain events **Description of the feature** Need a key value pair...