Congyuwang / RocksDict

Python fast on-disk dictionary / RocksDB & SpeeDB Python binding
https://congyuwang.github.io/RocksDict/rocksdict.html
MIT License
176 stars 8 forks source link

add set_async_io in ReadOptions #68

Closed Congyuwang closed 1 year ago

Congyuwang commented 1 year ago

Enable async_io in ReadOptions which enables async io for iterator and multi-get, which could greatly improve iterator performance for HDD and Network Disk.