ClickHouse/docs/en/operations/utilities
Azat Khuzhin cc9afe6f6e Replace --no-system-tables with loading virtual tables of system database lazily
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>
2023-12-09 23:08:29 +01:00
..
backupview.md Rename the name of the utility "backupview" -> "clickhouse_backupview". 2023-11-13 10:15:37 +01:00
clickhouse-benchmark.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
clickhouse-compressor.md replace symlinks 2022-08-29 12:19:50 -04:00
clickhouse-copier.md Rename directory monitor concept into background INSERT (#55978) 2023-11-01 15:09:39 +01:00
clickhouse-disks.md change case for copy operation in clickhouse-disks 2023-08-31 13:39:32 +00:00
clickhouse-format.md Docs: Apply better syntax highlighting for clickhouse-format examples 2023-03-16 18:34:58 +00:00
clickhouse-keeper-client.md Revert "Revert "Add 4-letter command for yielding/resigning leadership"" 2023-11-11 15:37:49 +08:00
clickhouse-local.md Replace --no-system-tables with loading virtual tables of system database lazily 2023-12-09 23:08:29 +01:00
clickhouse-obfuscator.md CI: Fix aspell on nested docs 2023-06-02 12:24:41 +00:00
index.md Rename the name of the utility "backupview" -> "clickhouse_backupview". 2023-11-13 10:15:37 +01:00
odbc-bridge.md replace symlinks 2022-08-29 12:19:50 -04:00