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

feat(innodb): to support IO_URING in InnoDB #209

Open
ShannonBase opened this issue Jul 14, 2024 · 0 comments
Open

feat(innodb): to support IO_URING in InnoDB #209

ShannonBase opened this issue Jul 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request feature it will be implemented as a new feature

Comments

@ShannonBase
Copy link
Contributor

Summary

io_uring: io_uring (previously known as aioring) is a Linux kernel system call interface for storage device asynchronous I/O operations addressing performance issues with similar interfaces provided by functions like read()/write() or aio_read()/aio_write() etc. for operations on data accessed by file descriptors

ref: https://en.wikipedia.org/wiki/Io_uring

@ShannonBase ShannonBase added the feature it will be implemented as a new feature label Jul 14, 2024
@ShannonBase ShannonBase self-assigned this Jul 14, 2024
@ShannonBase ShannonBase added the enhancement New feature or request label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature it will be implemented as a new feature
Projects
None yet
Development

No branches or pull requests

1 participant