KVell icon indicating copy to clipboard operation
KVell copied to clipboard

KVell: the Design and Implementation of a Fast Persistent Key-Value Store

Results 9 KVell issues
Sort by recently updated
recently updated
newest added

The performance of kvell is much better than rocksdb, which makes me interested in learning this project. When I was reading your paper, I saw in the implementation part of...

Hi, 1. According to scripts/run-aws.sh, we will run ycsb many times. The first time, kvell will generate a database(e.g 100g), then run ycsb workload. In the second time, kvell can...

Hi, Since KVell is run on i3.metal instance, I was wondering how it could be possible to change the KVell configuration codes to be able to run on i3.large instance....

In different machines, it might be possible not to have "Autoconf". So, my suggestion is that, in order to no to encounter errors during first steps of installation, it is...

Hi, I've just gone through the paper and realized that's a great work. I was thinking of implementing distributed KVell. Since the current KVell is run as an embedded key-value...

Hi, KVell is an excellent work. I'm very interested in it. I'm very curious about the transaction support. How does KVell support atomicity and isolation? Are "share nothing" and "partition"...

Hi, It’s really an excellent work. And I am also working on a new kv store with no commit-log, fully asynchronous, no gc and share-nothing features based on spdk. But...

Hi,How did you experiment with bandwidth and CPU utilization for RocksDB?One more question,How is the time ratio of each step of the RocksDB in the merge process calculated? Thanks~

Hi, @BLepers . I have a question about the implementation of YCSB+T. Where did you get the latest YCSB+T project? The only place I can find to fork it is...