From a34b3d786b2c2d0e53d211a26ba227578e0318b5 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sat, 16 Jan 2021 15:20:51 +0800 Subject: [PATCH] [TD-225]add params in cfg. --- packaging/cfg/taos.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/cfg/taos.cfg b/packaging/cfg/taos.cfg index ccce496d2d..b7b30ac1e0 100644 --- a/packaging/cfg/taos.cfg +++ b/packaging/cfg/taos.cfg @@ -36,6 +36,9 @@ # 0.0: only one core available. # tsRatioOfQueryCores 1.0 +# the last_row/first/last aggregator will not change the original column name in the result fields +# keepColumnName 0 + # number of management nodes in the system # numOfMnodes 3 -- GitLab