UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Benchmark YCSB on Hustle #111

Open kpgaffney opened 4 years ago

kpgaffney commented 4 years ago

Add support for YCSB transactions to Hustle and measure performance at a variety of database sizes and workload mixes. This will help us determine what parts of Hustle need to be improved.

Start with an entirely read-only workload with a single connection. Then add multiple connections and see how performance scales. Lastly, measure performance for multiple connections and a mixed workload.

pateljm commented 4 years ago

This will be a nice test, and as we discussed get us a yardstick on if our Read-only queries are fast enough compared to other systems. Then, as a next step, we find out if a mixed workload with 80%reads-20%writes holds up.