From a55d46188153e4e84cf7182577af6ba7e9770e4e Mon Sep 17 00:00:00 2001 From: Cerdore Date: Wed, 18 Aug 2021 20:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AF=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=BC=95=E5=8F=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cerdore --- content/en/docs/Developerguide/MOT-Sample-PGBench-benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Developerguide/MOT-Sample-PGBench-benchmark.md b/content/en/docs/Developerguide/MOT-Sample-PGBench-benchmark.md index 140d2f3cb..740ec99e9 100644 --- a/content/en/docs/Developerguide/MOT-Sample-PGBench-benchmark.md +++ b/content/en/docs/Developerguide/MOT-Sample-PGBench-benchmark.md @@ -11,7 +11,7 @@ A pgbench benchmark (26/08/2020) showed that MOT engine outperforms the Disk-eng ## How to run pgbench with MOT: -1. To load data into MOT you need to use the “–m” flag like in the following example +1. To load data into MOT you need to use the "–m" flag like in the following example ``` ./pgbench -h -p -U -W -i –m -s 100 -- Gitee