mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
cc9afe6f6e
First of all the problem is that that simple 'SELECT 1' cannot be runned without system.one, which makes --no-system-tables almost useless: $ ./clickhouse-debug local --no-system-tables -q "select 1" Code: 81. DB::Exception: Database system does not exist. (UNKNOWN_DATABASE) Secondly there are just too much flags, and this one (--no-system-tables) is too damn specific. This patch should improve startup time of the clickhouse-local almost 3x in debug builds. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
external-authenticators | ||
optimizing-performance | ||
server-configuration-parameters | ||
settings | ||
system-tables | ||
utilities | ||
access-rights.md | ||
backup.md | ||
caches.mdx | ||
clickhouse-keeper.md | ||
configuration-files.md | ||
index.md | ||
monitoring.md | ||
opentelemetry.mdx | ||
performance-test.md | ||
quotas.md | ||
requirements.md | ||
storing-data.mdx | ||
tips.md | ||
troubleshooting.md | ||
update.md |