fix:disable print planner string

This commit is contained in:
wangmm0220 2023-12-19 14:07:55 +08:00
parent 81b5f59fa5
commit b0c71f36b1
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ bool tsEnableQueryHb = true;
bool tsEnableScience = false; // on taos-cli show float and doulbe with scientific notation if true
int32_t tsQuerySmaOptimize = 0;
int32_t tsQueryRsmaTolerance = 1000; // the tolerance time (ms) to judge from which level to query rsma data.
bool tsQueryPlannerTrace = true;
bool tsQueryPlannerTrace = false;
int32_t tsQueryNodeChunkSize = 32 * 1024;
bool tsQueryUseNodeAllocator = true;
bool tsKeepColumnName = false;