mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update docs to stop referencing insert_sample_with_metadata
This commit is contained in:
parent
8956480f08
commit
d0fe359a23
@ -704,7 +704,7 @@ CREATE TABLE IF NOT EXISTS example_table
|
|||||||
- 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`.
|
- 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"
|
!!! note "Warning"
|
||||||
When inserting data with `insert_sample_with_metadata = 1`, ClickHouse consumes more computational resources, compared to insertion with `insert_sample_with_metadata = 0`.
|
When inserting data with `input_format_defaults_for_omitted_fields = 1`, ClickHouse consumes more computational resources, compared to insertion with `input_format_defaults_for_omitted_fields = 0`.
|
||||||
|
|
||||||
### Selecting Data {#selecting-data}
|
### Selecting Data {#selecting-data}
|
||||||
|
|
||||||
|
@ -559,7 +559,7 @@ CREATE TABLE IF NOT EXISTS example_table
|
|||||||
- もし `input_format_defaults_for_omitted_fields = 1` のデフォルト値 `x` 等しい `0` しかし、デフォルト値は `a` 等しい `x * 2`.
|
- もし `input_format_defaults_for_omitted_fields = 1` のデフォルト値 `x` 等しい `0` しかし、デフォルト値は `a` 等しい `x * 2`.
|
||||||
|
|
||||||
!!! note "警告"
|
!!! note "警告"
|
||||||
データを挿入するとき `insert_sample_with_metadata = 1`,ClickHouseは、挿入と比較して、より多くの計算リソースを消費します `insert_sample_with_metadata = 0`.
|
データを挿入するとき `input_format_defaults_for_omitted_fields = 1`,ClickHouseは、挿入と比較して、より多くの計算リソースを消費します `input_format_defaults_for_omitted_fields = 0`.
|
||||||
|
|
||||||
### データの選択 {#selecting-data}
|
### データの選択 {#selecting-data}
|
||||||
|
|
||||||
|
@ -685,7 +685,7 @@ CREATE TABLE IF NOT EXISTS example_table
|
|||||||
- 如果`input_format_defaults_for_omitted_fields = 1`, 那么`x`的默认值为`0`,但`a`的默认值为`x * 2`。
|
- 如果`input_format_defaults_for_omitted_fields = 1`, 那么`x`的默认值为`0`,但`a`的默认值为`x * 2`。
|
||||||
|
|
||||||
!!! note "注意"
|
!!! note "注意"
|
||||||
当使用`insert_sample_with_metadata = 1`插入数据时,与使用`insert_sample_with_metadata = 0`相比,ClickHouse消耗更多的计算资源。
|
当使用`input_format_defaults_for_omitted_fields = 1`插入数据时,与使用`input_format_defaults_for_omitted_fields = 0`相比,ClickHouse消耗更多的计算资源。
|
||||||
|
|
||||||
### Selecting Data {#selecting-data}
|
### Selecting Data {#selecting-data}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user