v.1.1.54292New Feature
ClickHouse Executable Less Dependent on libc Version for Wider Linux Compatibility
The ClickHouse executable file is now less dependent on the libc version. The same ClickHouse executable file can run on a wide variety of Linux systems. There is still a dependency when using compiled queries (with the setting compile = 1 , which is not used by default).Why it matters
This feature was created to solve compatibility problems when running ClickHouse on different Linux distributions that have varying libc versions. It increases portability and reduces the need to maintain multiple builds for different environments. The main value for users is improved ease of deployment and broader system support with a single executable file. Note that compiled queries, enabled with the settingcompile = 1, still depend on libc.How to use it
No special action is required to use this feature. Just use the standard ClickHouse executable as usual on Linux systems. Be aware that compiled queries, if enabled via the setting= 1, still have libc dependencies.