v.22.10Performance Improvement
Support Cache Bypassing for Large Read Ranges in ClickHouse
Support skipping cache completely (both download to cache and reading cached data) in case the requested read range exceeds the threshold defined by cache settingbypass_cache_threashold, requires to be enabled withenable_bypass_cache_with_threshold). #42418 (Han Shukai). This helps on slow local disks.