diff --git a/docs/en/14-reference/02-tools/10-taosbenchmark.md b/docs/en/14-reference/02-tools/10-taosbenchmark.md index 7cd8dee420..403e9cda31 100644 --- a/docs/en/14-reference/02-tools/10-taosbenchmark.md +++ b/docs/en/14-reference/02-tools/10-taosbenchmark.md @@ -493,7 +493,7 @@ The thread mode of the super table query is the same as the `Normal Query` mode - **sqls** : - **sql** : The SQL command to execute, required; for supertable queries, keep "xxxx" in the SQL command, the program will automatically replace it with all subtable names of the supertable. - **result** : File to save the query results, if not specified, results are not saved. - - Note: The maximum number of SQL arrays configured under SQL is 100 + - **Note**: The maximum number of SQL arrays configured under SQL is 100. ### Configuration Parameters for Subscription Scenarios diff --git a/docs/zh/14-reference/02-tools/10-taosbenchmark.md b/docs/zh/14-reference/02-tools/10-taosbenchmark.md index 15b0ae0bd5..e4db54297d 100644 --- a/docs/zh/14-reference/02-tools/10-taosbenchmark.md +++ b/docs/zh/14-reference/02-tools/10-taosbenchmark.md @@ -414,7 +414,7 @@ interval 控制休眠时间,避免持续查询慢查询消耗 CPU ,单位为 - **sql** : 执行的 SQL 命令,必填;对于超级表的查询 SQL,在 SQL 命令中保留 "xxxx",程序会自动将其替换为超级表的所有子表名。 替换为超级表中所有的子表名 - **result** : 保存查询结果的文件,未指定则不保存。 - - 限制项 : sqls 下配置的 sql 数组最大为 100 个 + - **限制项** : sqls 下配置 sql 数组最大为 100 个 ### 订阅场景配置参数