v.25.4Improvement

Add config enable_hdfs_pread to enable or disable

Add config enable_hdfs_pread to enable or disable pread in HDFS. #77885 (kevinyhzou).
Add a configuration option enable_hdfs_pread to enable or disable the use of pread system calls in the HDFS integration.

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 option enable_hdfs_pread to true or false in the ClickHouse configuration file to enable or disable pread for HDFS respectively.