This is an automated email from the ASF dual-hosted git repository.
yjhjstz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 0613f2a1711 Set gp_appendonly_insert_files to 0 by default.
0613f2a1711 is described below
commit 0613f2a1711ea1cbc995257b208d3f41f1b196f2
Author: Zhang Mingli <[email protected]>
AuthorDate: Tue Jul 29 12:59:31 2025 +0800
Set gp_appendonly_insert_files to 0 by default.
If you want to prepare AO/AOCO files for parallel query,
set it before data insertion.
Authored-by: Zhang Mingli [email protected]
---
src/backend/utils/misc/guc_gp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/utils/misc/guc_gp.c b/src/backend/utils/misc/guc_gp.c
index 1f6e13bb16b..70d51316875 100644
--- a/src/backend/utils/misc/guc_gp.c
+++ b/src/backend/utils/misc/guc_gp.c
@@ -3534,7 +3534,7 @@ struct config_int ConfigureNamesInt_gp[] =
NULL
},
&gp_appendonly_insert_files,
- 4, 0, 127,
+ 0, 0, 127,
NULL, NULL, NULL
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]