v.23.4Performance Improvement
Query Processing Parallelization After Reading Data Sources in ClickHouse
Query processing is parallelized right after readingFROM file(...). Related to #38755. #48525 (Igor Nikonov). Query processing is parallelized right after reading from any data source. Affected data sources are mostly simple or external storages like table functionsurl,file. #48727 (Igor Nikonov). This is controlled by the settingparallelize_output_from_storageswhich is not enabled by default.