mitdbg / treeline

An update-in-place key-value store for modern storage.
MIT License
132 stars 18 forks source link

Add uniform YCSB variants #14

Closed mmarkakis closed 3 years ago

mmarkakis commented 3 years ago

This PR adds 6 additional workloads inspired by YCSB A-F but replacing all request distributions with uniform.

These are useful in evaluating the performance of skew-sensitive aspects of our design (e.g. buffer pool effectiveness).