v.24.11Performance Improvement
Added async_load_system_database setting for faster ClickHouse startup
Added server setting async_load_system_database that allows the server to start with not fully loaded system database. This helps to start ClickHouse faster if there are many system tables. #69847 (Sergei Trifonov).