Merge pull request #21540 from nautaa/master

Fix typo in "query-complexity.md"
This commit is contained in:
alexey-milovidov 2021-03-10 09:47:32 +03:00 committed by GitHub
commit e961963475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ Restrictions on the «maximum amount of something» can take the value 0, which
用于在单个服务器上运行用户查询的最大RAM量。
默认值定义在 [设置。h](https://github.com/ClickHouse/ClickHouse/blob/master/src/Interpreters/Settings.h#L244). 默认情况下,额不受限制 (`max_memory_usage_for_user = 0`).
默认值定义在 [Settings.h](https://github.com/ClickHouse/ClickHouse/blob/master/src/Interpreters/Settings.h#L244). 默认情况下,额不受限制 (`max_memory_usage_for_user = 0`).
另请参阅说明 [max_memory_usage](#settings_max_memory_usage).
@ -53,7 +53,7 @@ Restrictions on the «maximum amount of something» can take the value 0, which
用于在单个服务器上运行所有查询的最大RAM数量。
默认值定义在 [设置。h](https://github.com/ClickHouse/ClickHouse/blob/master/src/Interpreters/Settings.h#L245). 默认情况下,额不受限制 (`max_memory_usage_for_all_queries = 0`).
默认值定义在 [Settings.h](https://github.com/ClickHouse/ClickHouse/blob/master/src/Interpreters/Settings.h#L245). 默认情况下,额不受限制 (`max_memory_usage_for_all_queries = 0`).
另请参阅说明 [max_memory_usage](#settings_max_memory_usage).