v.24.1Improvement
Increase load_metadata_threads to 16 for faster server startup
Increase load_metadata_threads to 16 for the filesystem cache. It will make the server start up faster. #57732 (Alexey Milovidov).Why it matters
This change improves the server startup speed by allowing more threads to load metadata from the filesystem cache in parallel, reducing initialization time.How to use it
The settingload_metadata_threads is increased to 16 by default for the filesystem cache. Users can adjust this setting in the server configuration if needed.