penberg / ycsb-rs

A Rust port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
29 stars 13 forks source link

Make the DB trait async #5

Open penberg opened 2 years ago

penberg commented 2 years ago

As pointed out by Alex Chi (@skyzh), most Rust storage engines are built for async. Let's make the DB trait reflect that.

Fixes #3