mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +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> |
||
---|---|---|
.. | ||
backupview.md | ||
clickhouse-benchmark.md | ||
clickhouse-compressor.md | ||
clickhouse-copier.md | ||
clickhouse-disks.md | ||
clickhouse-format.md | ||
clickhouse-keeper-client.md | ||
clickhouse-local.md | ||
clickhouse-obfuscator.md | ||
index.md | ||
odbc-bridge.md |