You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/27 16:30:14 UTC

[iotdb] branch master updated: add docs for pattern_matching_threshold (#8212)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c22141247 add docs for pattern_matching_threshold (#8212)
7c22141247 is described below

commit 7c221412473660b18ca5b14c413be99d4caf2c9b
Author: Liu Xuxin <37...@users.noreply.github.com>
AuthorDate: Mon Nov 28 00:30:09 2022 +0800

    add docs for pattern_matching_threshold (#8212)
---
 docs/UserGuide/Reference/Common-Config-Manual.md    | 9 +++++++++
 docs/zh/UserGuide/Reference/Common-Config-Manual.md | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/UserGuide/Reference/Common-Config-Manual.md b/docs/UserGuide/Reference/Common-Config-Manual.md
index cb7725d21e..8356e196c6 100644
--- a/docs/UserGuide/Reference/Common-Config-Manual.md
+++ b/docs/UserGuide/Reference/Common-Config-Manual.md
@@ -1129,6 +1129,15 @@ Different configuration parameters take effect in the following three ways:
 |Default| 10000                                                                              |
 |Effective| hot-load                                                                            |
 
+* pattern\_matching\_threshold
+
+|Name| pattern\_matching\_threshold       |
+|:---:|:-----------------------------------|
+|Description| Max matching time of regex pattern |
+|Type| int32                              |
+|Default| 1000000                              |
+|Effective| hot-load                           |
+
 * max\_degree\_of\_index\_node
 
 |Name| max\_degree\_of\_index\_node |
diff --git a/docs/zh/UserGuide/Reference/Common-Config-Manual.md b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
index e555d5a280..0066cb1e43 100644
--- a/docs/zh/UserGuide/Reference/Common-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
@@ -1184,6 +1184,15 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
 |默认值| 10000                             |
 |改后生效方式| 热加载                              |
 
+* pattern\_matching\_threshold
+
+|名字| pattern\_matching\_threshold |
+|:---:|:-----------------------------|
+|描述| 正则表达式匹配时最大的匹配次数              |
+|类型| int32                        |
+|默认值| 1000000                        |
+|改后生效方式| 热加载                          |
+
 * max\_string\_length
 
 |名字| max\_string\_length |