v.23.2Performance Improvement

Add io_uring Method to local_filesystem_read_method for Improved Read Performance

Add new local_filesystem_read_method method io_uring based on the asynchronous Linux io_uring subsystem, improving read performance almost universally compared to the default pread method. #38456 (Saulius Valatka).