Open kpgaffney opened 5 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.
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.