v.21.9Performance Improvement
Share File Descriptors for Concurrent Reads to Reduce Opened Files on Linux
Share file descriptors in concurrent reads of the same files. There is no noticeable performance difference on Linux. But the number of opened files will be significantly (10..100 times) lower on typical servers and it makes operations easier. See #26214. #26768 (alexey-milovidov).