v.23.2Performance Improvement
Add io_uring Method to local_filesystem_read_method for Improved Read Performance
Add newlocal_filesystem_read_methodmethodio_uringbased on the asynchronous Linux io_uring subsystem, improving read performance almost universally compared to the defaultpreadmethod. #38456 (Saulius Valatka).