This is an automated email from the ASF dual-hosted git repository.
zykkk 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 23272abf48 [chore](docs)Removed documentation related to dynamic
tables (#21803)
23272abf48 is described below
commit 23272abf48d5aa1d90e961162cb01bdec1ab1fc7
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Jul 13 22:20:20 2023 +0800
[chore](docs)Removed documentation related to dynamic tables (#21803)
since the feature was reworked
---
docs/en/docs/releasenotes/release-2.0.0Alpha1.md | 6 ------
docs/zh-CN/docs/releasenotes/release-2.0.0Alpha1.md | 6 ------
2 files changed, 12 deletions(-)
diff --git a/docs/en/docs/releasenotes/release-2.0.0Alpha1.md
b/docs/en/docs/releasenotes/release-2.0.0Alpha1.md
index 729fa83c4a..ed77f3fe03 100644
--- a/docs/en/docs/releasenotes/release-2.0.0Alpha1.md
+++ b/docs/en/docs/releasenotes/release-2.0.0Alpha1.md
@@ -44,12 +44,6 @@ It's recommended to deploy 2.0.0 alpha1 version in a new
test cluster for testin
Refer to:
[https://doris.apache.org/docs/dev/data-table/index/inverted-index](https://doris.apache.org/docs/dev/data-table/index/inverted-index)
-- Dynamic Schema Table (Experimental)
- - Automatically infer field names and types of semi structured JSON data
- - Dynamically extend table schema correspondingly.
-
- Refer to:
[https://doris.apache.org/docs/dev/data-table/dynamic-schema-table](https://doris.apache.org/docs/dev/data-table/dynamic-schema-table)
-
- Complex Datatypes
- JSONB data type is more efficient with fast simdjson first time data
parsing
- ARRAY data type is more mature, adding dozens of array functions
diff --git a/docs/zh-CN/docs/releasenotes/release-2.0.0Alpha1.md
b/docs/zh-CN/docs/releasenotes/release-2.0.0Alpha1.md
index b17d0ea9bb..2b07371629 100644
--- a/docs/zh-CN/docs/releasenotes/release-2.0.0Alpha1.md
+++ b/docs/zh-CN/docs/releasenotes/release-2.0.0Alpha1.md
@@ -41,12 +41,6 @@ Apache Doris 2.0.0 alpha1 版本是 2.0 系列的首个版本,包含了倒排
参考文档:[https://doris.apache.org/zh-CN/docs/dev/data-table/index/inverted-index](https://doris.apache.org/zh-CN/docs/dev/data-table/index/inverted-index)
-- 动态 Schema 表(实验性功能)
- - 自动推断半结构化 JSON 数据的字段名称和类型
- - 根据写入的数据动态拓展相应数据表的 Schema。
-
-
参考文档:[https://doris.apache.org/zh-CN/docs/dev/data-table/dynamic-schema-table](https://doris.apache.org/zh-CN/docs/dev/data-table/dynamic-schema-table)
-
- 复杂数据类型
- JSONB 数据类型通过 simdjson 获得更高效的首次数据解析速度
- ARRAY 数据类型更加成熟,增加了数十个数组函数
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]