v.22.7Improvement
filesystemAvailable and similar functions now supported in clickhouse-local
filesystemAvailableand similar functions now work inclickhouse-local. This closes #38423. #38424 (Alexey Milovidov).
Why it matters
This feature enables users to utilize filesystem-related functions such asfilesystemAvailable within the clickhouse-local environment, expanding its capabilities for local data processing and system information retrieval. It resolves limitations where these functions were previously unavailable in clickhouse-local.How to use it
Users can simply invoke filesystem-related functions likefilesystemAvailable in the clickhouse-local command-line environment as they would in the regular ClickHouse server context, without requiring additional configuration.