v.24.4Experimental Feature
Userspace Page Cache Supports Static Web Storage
Userspace page cache works with static web storage (disk(type = web)) now. Use client settinguse_page_cache_for_disks_without_file_cache=1to enable. #61911 (Michael Kolupaev).
Why it matters
This feature enables caching of data accessed from static web storage disks, which previously did not benefit from the userspace page cache. It improves read performance and reduces latency for data stored on web-based storage by utilizing the page cache mechanism.How to use it
To enable this feature, set the client settinguse_page_cache_for_disks_without_file_cache=1. This will activate userspace page cache for disks defined as disk(type = web).