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).
Increased the load_metadata_threads setting to 16 for the filesystem cache to accelerate server startup.

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 setting load_metadata_threads is increased to 16 by default for the filesystem cache. Users can adjust this setting in the server configuration if needed.