v.23.7Performance Improvement

New Setting: merge_tree_determine_task_size_by_prewhere_columns Added

New setting merge_tree_determine_task_size_by_prewhere_columns added. If set to true only sizes of the columns from PREWHERE section will be considered to determine reading task size. Otherwise all the columns from query are considered. #52606 (Nikita Taranov).