ClickHouse/docs/ru
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
..
about-us
commercial
development Update rus development documentation about data streams 2023-11-06 18:43:17 +00:00
engines Clarify the usage of prefer_not_to_merge option 2023-12-06 12:11:03 +01:00
faq
getting-started Update docs/ru/getting-started/tutorial.md 2023-10-31 15:39:54 +03:00
guides
images
interfaces Don't print server revision in client on connect (#57435) 2023-12-02 16:32:34 +01:00
introduction Adds basics index page to RU introduction. 2023-11-15 22:08:10 -04:00
operations Replace --no-system-tables with loading virtual tables of system database lazily 2023-12-09 23:08:29 +01:00
sql-reference Update fileCluster.md 2023-12-07 13:00:20 +01:00
whats-new
_category_.yml
index.md Update index.md 2023-10-26 12:51:34 +03:00