This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 e8ffca6487 [doc](stream load json) modify `enable_simdjson_reader`
since it's default open (#21379)
e8ffca6487 is described below
commit e8ffca648772c7ba08941573f976742af212f5de
Author: lihangyu <[email protected]>
AuthorDate: Sat Jul 1 08:42:50 2023 +0800
[doc](stream load json) modify `enable_simdjson_reader` since it's default
open (#21379)
---
docs/en/docs/admin-manual/config/be-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index f97cdb83cc..dbd0435fcd 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -1458,7 +1458,7 @@ Indicates how many tablets failed to load in the data
directory. At the same tim
#### `enable_simdjson_reader`
* Description: Whether enable simdjson to parse json while stream load
-* Default value: false
+* Default value: true
</version>
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index 253c234161..8deb99153f 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -1475,7 +1475,7 @@ load tablets from header failed, failed tablets size:
xxx, path=xxx
#### `enable_simdjson_reader`
* 描述: 是否在导入json数据时用simdjson来解析。
-* 默认值: false
+* 默认值: true
</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]