From 57efcf3fe04f7c06478f6a3325556649690a7bee Mon Sep 17 00:00:00 2001 From: wofanzheng <2399541971@qq.com> Date: Fri, 25 Apr 2025 09:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0enable=5Flc?= =?UTF-8?q?=5Fxlog=5Fflush=5Foptimize=E4=B8=8D=E6=94=AF=E6=8C=81=E9=80=9A?= =?UTF-8?q?=E8=BF=87gs=5Fgucset=E6=96=B9=E5=BC=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/gs_guc/cluster_guc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/gs_guc/cluster_guc.conf b/src/bin/gs_guc/cluster_guc.conf index fba624057b..39fd5a6a52 100755 --- a/src/bin/gs_guc/cluster_guc.conf +++ b/src/bin/gs_guc/cluster_guc.conf @@ -863,6 +863,7 @@ enable_pq|bool|0,0|NULL|NULL| ivfpq_kreorder|int|0,2147483647|NULL|NULL| enable_query_parameterization|bool|0,0|NULL|NULL| max_parameterized_query_stored|int|1,512|NULL|NULL| +enable_lc_xlog_flush_optimize|bool|0,0|NULL|NULL| [cmserver] log_dir|string|0,0|NULL|NULL| log_file_size|int|0,2047|MB|NULL| -- Gitee