Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tonyxuqqi opened this issue Apr 23, 2024 · 0 comments
Open

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

tonyxuqqi opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
type/enhancement Type: Issue - Enhancement

Comments

@tonyxuqqi
Copy link
Contributor

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 tonyxuqqi added the type/enhancement Type: Issue - Enhancement label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: Issue - Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants