titan icon indicating copy to clipboard operation
titan copied to clipboard

mirror the RocksDB's async IO optimization to titan in scan

Open tonyxuqqi opened this issue 10 months ago • 0 comments

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.

tonyxuqqi avatar Apr 23 '24 23:04 tonyxuqqi