titan
titan copied to clipboard
mirror the RocksDB's async IO optimization to titan in scan
RocksDB leverages io_uring to optimize the scan and multi-get's performance. In titan we can adopt same approach to improve the scan performance. Multi-get may not be needed for tikv scenario.