v.21.1Performance Improvements

Add --no-system-table option for clickhouse-local to improve startup time

Add --no-system-table option for clickhouse-local to run without system tables. This avoids initialization of DateLUT that may take noticeable amount of time (tens of milliseconds) at startup. #18899 (alexey-milovidov).