From 61a510f078322aaf058a2e1068fa5d24ca65b6e1 Mon Sep 17 00:00:00 2001 From: yangj1211 Date: Wed, 10 Jul 2024 17:02:12 +0800 Subject: [PATCH] Setting parameters in the configuration file is not supported --- .../system-variables/save_query_result.md | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/docs/MatrixOne/Reference/Variable/system-variables/save_query_result.md b/docs/MatrixOne/Reference/Variable/system-variables/save_query_result.md index 90980bfd70..2fc5cbccbf 100644 --- a/docs/MatrixOne/Reference/Variable/system-variables/save_query_result.md +++ b/docs/MatrixOne/Reference/Variable/system-variables/save_query_result.md @@ -31,13 +31,6 @@ set save_query_result = on set global save_query_result = on ``` -全局开启也可在启动 MatrixOne 之前,修改配置文件 `cn.toml`,插入以下代码并保存: - -``` -[cn.frontend] -saveQueryResult = "on" // 默认为 off -``` - ## 设置保存时间 设置保存时间单位为小时。 @@ -56,13 +49,6 @@ set query_result_timeout = 48 set global query_result_timeout = 48 ``` -全局开启也可在启动 MatrixOne 之前,修改配置文件 `cn.toml`,插入以下代码并保存: - -``` -[cn.frontend] -queryResultTimeout = 48 // 默认为 24 -``` - __Note:__ 保存时间如果设置的值比上一次设置的短,不影响之前的保存结果。 ## 设置单个查询结果的最大值 @@ -83,13 +69,6 @@ set query_result_maxsize = 200 set global query_result_maxsize = 200 ``` -全局开启也可在启动 MatrixOne 之前,修改配置文件 `cn.toml`,插入以下代码并保存: - -``` -[cn.frontend] -queryResultMaxsize = 200 // 默认为 100 -``` - __Note:__ 单个查询结果的最大值如果设置的值比上一次设置的小,不影响之前的保存结果大小。 ### 查询元数据信息