This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e4ee931281 [fix](doc)description of unique (#21664)
e4ee931281 is described below
commit e4ee931281c1151b3902026d8c17dfcc936ea63a
Author: jayhua <[email protected]>
AuthorDate: Sun Sep 3 10:57:17 2023 +0800
[fix](doc)description of unique (#21664)
---
.../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 2 +-
docs/zh-CN/docs/data-table/data-model.md | 2 +-
.../sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
index 0cbfc8fd54..19eb879125 100644
---
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
+++
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
@@ -426,7 +426,7 @@ WITH BROKER broker_name
)
````
- `my_table` must be an Unqiue Key model table with Sequence Col specified.
The data will be ordered according to the value of the `source_sequence` column
in the source data.
+ `my_table` must be an Unique Key model table with Sequence Col specified.
The data will be ordered according to the value of the `source_sequence` column
in the source data.
10. Import a batch of data from HDFS, specify the file format as `json`, and
specify parameters of `json_root` and `jsonpaths`.
diff --git a/docs/zh-CN/docs/data-table/data-model.md
b/docs/zh-CN/docs/data-table/data-model.md
index 90a7ec4e52..019913bd8b 100644
--- a/docs/zh-CN/docs/data-table/data-model.md
+++ b/docs/zh-CN/docs/data-table/data-model.md
@@ -347,7 +347,7 @@ PROPERTIES (
### 写时合并
-Unqiue模型的写时合并实现,与聚合模型就是完全不同的两种模型了,查询性能更接近于duplicate模型,在有主键约束需求的场景上相比聚合模型有较大的查询性能优势,尤其是在聚合查询以及需要用索引过滤大量数据的查询中。
+Unique模型的写时合并实现,与聚合模型就是完全不同的两种模型了,查询性能更接近于duplicate模型,在有主键约束需求的场景上相比聚合模型有较大的查询性能优势,尤其是在聚合查询以及需要用索引过滤大量数据的查询中。
在 1.2.0 版本中,作为一个新的feature,写时合并默认关闭,用户可以通过添加下面的property来开启
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
index eef30f32a1..2f8aeb0028 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md
@@ -425,7 +425,7 @@ WITH BROKER broker_name
)
```
- `my_table` 必须是 Unqiue Key 模型表,并且指定了 Sequcence Col。数据会按照源数据中
`source_sequence` 列的值来保证顺序性。
+ `my_table` 必须是 Unique Key 模型表,并且指定了 Sequcence Col。数据会按照源数据中
`source_sequence` 列的值来保证顺序性。
10. 从 HDFS 导入一批数据,指定文件格式为 `json` 并指定 `json_root`、`jsonpaths`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]