[Docs] Cloud core settings corrections

Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
This commit is contained in:
Justin de Guzman 2024-02-08 21:36:45 -08:00 committed by GitHub
parent d17a12fe64
commit 2a34bbb0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1130,7 +1130,7 @@ Possible values:
Default value: `0`.
Cloud default value: `2`.
Cloud default value: from `2` to `4`, depending on the service size.
Parallel `INSERT SELECT` has effect only if the `SELECT` part is executed in parallel, see [max_threads](#max_threads) setting.
Higher values will lead to higher memory usage.
@ -2138,7 +2138,7 @@ Possible values:
- Positive integer.
- 0 — Retries are disabled
Default value: 0
Default value: 20
Cloud default value: `20`.
@ -3335,7 +3335,7 @@ Possible values:
- a string representing any valid table engine name
Default value: `None`.
Default value: `MergeTree`.
Cloud default value: `SharedMergeTree`.