v.25.7Backward Incompatible Change
Parallelize cluster functions by files within archives
Parallelize cluster functions by files within archives. In previous versions, the whole archive (such as zip, tar, or 7z) was a unit of work. Added a new settingcluster_function_process_archive_on_multiple_nodes, by default equal totrue. If set totrue, increases performance of processing archives in cluster functions. Should be set tofalsefor compatibility and to avoid errors during upgrade to 25.7+ if using cluster functions with archives on earlier versions. #82355 (Kseniia Sumarokova).