From 9b77b776df452851f386c71d64c2e79122145d5b Mon Sep 17 00:00:00 2001 From: sean-tdengine <105326513+sean-tdengine@users.noreply.github.com> Date: Wed, 18 May 2022 21:01:02 -0700 Subject: [PATCH] Addressing Shuduo's Comments Added back "using parameter binding" --- docs-en/14-reference/05-taosbenchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/14-reference/05-taosbenchmark.md b/docs-en/14-reference/05-taosbenchmark.md index f9485eb97c..54b4b406fc 100644 --- a/docs-en/14-reference/05-taosbenchmark.md +++ b/docs-en/14-reference/05-taosbenchmark.md @@ -45,7 +45,7 @@ The `-f ` argument cannot be used when running taosBenchmark with com taosBenchmark -I stmt -n 200 -t 100 ``` -In the above command, `taosBenchmark` will create the default database named `test`, create the default super table named `meters`, create 100 subtables in the super table and insert 200 records for each subtable. +In the above command, `taosBenchmark` will create the default database named `test`, create the default super table named `meters`, create 100 subtables in the super table and insert 200 records for each subtable using parameter binding. ### Run with the configuration file -- GitLab