You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: