rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Add coroutine (C++20) and io_uring support

Open subains opened this issue 3 years ago • 0 comments

This is a port of https://github.com/kennthhz/rocksdb. Eventually split the patch into its read and write components. This will help simply review and testing of the patch.

The final objective is to enable async execution of RocksDB API from TiKV. Allow asynchronous execution using C++ 20 coroutines. Leverage io_uring for asynchronous IO support.

Expected behavior

N/A

Actual behavior

N/A

Steps to reproduce the behavior

N/A

subains avatar Oct 12 '22 16:10 subains