v.25.4Improvement
Add config enable_hdfs_pread to enable or disable
Add configenable_hdfs_preadto enable or disable pread inHDFS. #77885 (kevinyhzou).
Why it matters
This feature allows users to control the use of pread in HDFS file operations, which can improve compatibility and performance depending on the environment and HDFS client behavior.How to use it
Set the configuration optionenable_hdfs_pread to true or false in the ClickHouse configuration file to enable or disable pread for HDFS respectively.