-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the current version, we observe a performance degrade on Linux version due to the usage of libaio on async IO handling. It has been a known issue that libaio is not very efficient.
Recently, io_uring is released with Linux kernel 5.1, which advertise to be a high performance aysnc IO library. We should try it and see if we can improve linux version performance by replacing libaio with it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request