v.23.7Performance Improvement
Allow Strict Lower Boundary for File Segment Size with Background Data Downloading
Allow to have strict lower boundary for file segment size by downloading remaining data in the background. Minimum size of file segment (if actual file size is bigger) is configured as cache configuration settingboundary_alignment, by default4Mi. Number of background threads are configured as cache configuration settingbackground_download_threads, by default2. Alsomax_file_segment_sizewas increased from8Mito32Miin this PR. #51000 (Kseniia Sumarokova).