tikv / titan

A RocksDB plugin for key-value separation, inspired by WiscKey.
https://pingcap.com/blog/titan-storage-engine-design-and-implementation/
Apache License 2.0
487 stars 165 forks source link

io_uring support? #272

Open kolinfluence opened 1 year ago

kolinfluence commented 1 year ago

saw this. not sure if titan is going to support it? https://openinx.github.io/ppt/io-uring.pdf

Connor1996 commented 1 year ago

Here is the support on RocksDB side. http://rocksdb.org/blog/2022/10/07/asynchronous-io-in-rocksdb.html Titan can also benefit from async io in the iterator, though no specific plan.