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 add slugs 2022-08-28 10:53:34 -04:00
commercial add slugs to all docs 2022-08-26 13:37:11 -04:00
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 Make docs better 2023-09-05 12:43:53 +00:00
getting-started Update docs/ru/getting-started/tutorial.md 2023-10-31 15:39:54 +03:00
guides chore: delete obsolete modelEvaluate() function + SYSTEM.MODELS view 2022-09-08 09:10:11 +00:00
images [ImgBot] Optimize images 2021-07-07 19:12:16 +00:00
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 catch ru changelog up to 2023 2023-06-14 17:32:03 -04:00
_category_.yml EOL fixes 2022-04-19 13:50:45 -06:00
index.md Update index.md 2023-10-26 12:51:34 +03:00