ClickHouse/programs/local
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
..
clickhouse-local.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
CMakeLists.txt fix memory leak in azure sdk 2023-01-31 01:01:10 +00:00
LocalServer.cpp Replace --no-system-tables with loading virtual tables of system database lazily 2023-12-09 23:08:29 +01:00
LocalServer.h LocalServer: remove superfluous ProgressIndicator.h 2022-06-16 11:59:01 +03:00