v.25.11Improvement
Changed default of filesystem cache setting keep_free_space_remove_batch
Changed default of filesystem cache setting keep_free_space_remove_batch from 10 to 100, because it is more optimal. #90030 (Kseniia Sumarokova).Why it matters
This change improves the efficiency of the filesystem cache management by increasing the batch size of space removal operations, which helps maintain optimal free space and cache usage.How to use it
No explicit action is required from users since the default value has been updated. Users can adjust thekeep_free_space_remove_batch setting in their configuration if they want to customize this behavior.