v.23.7Performance Improvement
New Setting: merge_tree_determine_task_size_by_prewhere_columns Added
New settingmerge_tree_determine_task_size_by_prewhere_columnsadded. If set totrueonly sizes of the columns fromPREWHEREsection will be considered to determine reading task size. Otherwise all the columns from query are considered. #52606 (Nikita Taranov).