ClickHouse/docs/zh/operations
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
..
external-authenticators replace symlinks 2022-08-29 12:19:50 -04:00
optimizing-performance doc: try to fix PGO docs 2023-08-02 16:08:38 +02:00
server-configuration-parameters Merge pull request #54309 from evillique/better-docs 2023-09-05 15:58:59 +02:00
settings fix typo TKSV 2023-12-07 20:19:00 +07:00
system-tables Clarify the usage of prefer_not_to_merge option 2023-12-06 12:11:03 +01:00
utilities Replace --no-system-tables with loading virtual tables of system database lazily 2023-12-09 23:08:29 +01:00
access-rights.md Fix markup in docs 2023-03-03 10:35:07 +00:00
backup.md Fix markup in docs 2023-03-03 10:35:07 +00:00
caches.mdx updates for filename changes 2022-08-29 13:59:51 -04:00
clickhouse-keeper.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
configuration-files.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
index.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
monitoring.md add slugs to all docs 2022-08-26 15:07:59 -04:00
opentelemetry.mdx replace symlinks 2022-08-29 12:19:50 -04:00
performance-test.md add slugs to all docs 2022-08-26 15:07:59 -04:00
quotas.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
requirements.md add slugs to all docs 2022-08-26 15:07:59 -04:00
storing-data.mdx replace symlinks 2022-08-29 12:19:50 -04:00
tips.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
troubleshooting.md add slugs to all docs 2022-08-26 15:07:59 -04:00
update.md add slugs to all docs 2022-08-26 15:07:59 -04:00