Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
14 stars 6 forks source link

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

Open ShannonBase opened 2 months ago

ShannonBase commented 2 months ago

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