v.24.5Performance Improvement
Less Contention in Filesystem Cache with Background Eviction Control
Less contention in filesystem cache (part 4). Allow to keep filesystem cache not filled to the limit by doing additional eviction in the background (controlled bykeep_free_space_size(elements)_ratio). This allows to release pressure from space reservation for queries (ontryReservemethod). Also this is done in a lock free way as much as possible, e.g. should not block normal cache usage. #61250 (Kseniia Sumarokova).