insert_sample_with_metadata small fixes in doc (#5121)

This commit is contained in:
filimonov 2019-04-26 15:45:45 +02:00 committed by Ivan Blinkov
parent 99e9c2d534
commit 8b73ff5b3d
2 changed files with 6 additions and 8 deletions

View File

@ -346,11 +346,10 @@ CREATE TABLE IF NOT EXISTS example_table
) ENGINE = Memory;
```
- If `insert_sample_with_metadata = 0`, then the default value for `x` and `a` equals `0` (as the default value for the `UInt32` data type).
- If `insert_sample_with_metadata = 1`, then the default value for `x` equals `0`, but the default value of `a` equals `x * 2`.
- If `input_format_defaults_for_omitted_fields = 0`, then the default value for `x` and `a` equals `0` (as the default value for the `UInt32` data type).
- If `input_format_defaults_for_omitted_fields = 1`, then the default value for `x` equals `0`, but the default value of `a` equals `x * 2`.
!!! note "Warning"
Use this option carefully. Enabling it negatively affects the performance of the ClickHouse server.
Enabling the option can affect the performance of inserts.
### Selecting Data

View File

@ -346,11 +346,10 @@ CREATE TABLE IF NOT EXISTS example_table
) ENGINE = Memory;
```
- Если `insert_sample_with_metadata = 0`, то значение по умолчанию для `x` и `a` равняется `0` (поскольку это значение по умолчанию для типа данных `UInt32`.)
- Если `insert_sample_with_metadata = 1`, то значение по умолчанию для `x` равно `0`, а значение по умолчанию `a` равно `x * 2`.
- Если `input_format_defaults_for_omitted_fields = 0`, то значение по умолчанию для `x` и `a` равняется `0` (поскольку это значение по умолчанию для типа данных `UInt32`.)
- Если `input_format_defaults_for_omitted_fields = 1`, то значение по умолчанию для `x` равно `0`, а значение по умолчанию `a` равно `x * 2`.
!!! note "Предупреждение"
Используйте эту опцию осторожно. Её включение негативно влияет на производительность сервера ClickHouse.
Включение этой опции может негативно влиять на производительность вставок.
### Выборка данных