v.22.12Performance Improvement

Settings Issue with Adaptive Granularity in Concurrent Read for Remote Filesystems

Settings merge_tree_min_rows_for_concurrent_read_for_remote_filesystem/merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem did not respect adaptive granularity. Fat rows did not decrease the number of read rows (as it was done for merge_tree_min_rows_for_concurrent_read/merge_tree_min_bytes_for_concurrent_read, which could lead to high memory usage when using remote filesystems. #43965 (Nikolai Kochetov).