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

[iotdb] branch update-param-docs created (now cf92994985)

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

marklau99 pushed a change to branch update-param-docs
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at cf92994985 add docs for pattern_matching_threshold

This branch includes the following new commits:

     new cf92994985 add docs for pattern_matching_threshold

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: add docs for pattern_matching_threshold

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marklau99 pushed a commit to branch update-param-docs
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit cf92994985ac7798acad3faba8f59c2117bdf488
Author: LiuXuxin <li...@outlook.com>
AuthorDate: Mon Nov 28 00:18:32 2022 +0800

    add docs for pattern_matching_threshold
---
 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 |