ClickHouse/docs/zh
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
..
changelog add slugs to all docs 2022-08-26 15:07:59 -04:00
commercial add slugs to all docs 2022-08-26 15:07:59 -04:00
development Remove Woboq 2023-09-18 17:44:04 +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 Replace old docs with symlinks 2023-08-08 22:38:52 +02:00
guides [doc/zh]: apply all suggestions from code review 2023-08-24 14:31:20 +08:00
images Add translated Chinese language docs for SharedMergeTree 2023-08-20 23:22:22 -07:00
interfaces Don't print server revision in client on connect (#57435) 2023-12-02 16:32:34 +01:00
introduction Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
operations Replace --no-system-tables with loading virtual tables of system database lazily 2023-12-09 23:08:29 +01:00
sql-reference Fix docs 2023-11-26 19:21:39 +00:00
whats-new Chinese also 2023-06-14 17:40:29 -04:00
_category_.yml Update _category_.yml 2022-04-19 14:08:14 -06:00
index.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00