From: David Rowley Date: Wed, 31 Jul 2024 13:26:16 +0000 (+1200) Subject: Doc: mention executor memory usage for enable_partitionwise* GUCs X-Git-Tag: REL_17_BETA3~10 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3256722d7b7ff64918a0e5fdf6140de355147fe6;p=postgresql.git Doc: mention executor memory usage for enable_partitionwise* GUCs Prior to this commit, the docs for enable_partitionwise_aggregate and enable_partitionwise_join mentioned the additional overheads enabling these causes for the query planner, but they mentioned nothing about the possible surge in work_mem-consuming executor nodes that could end up in the final plan. Dimitrios reported the OOM killer intervened on his query as a result of using enable_partitionwise_aggregate=on. Here we adjust the docs to mention the possible increase in the number of work_mem-consuming executor nodes that can appear in the final plan as a result of enabling these GUCs. Reported-by: Dimitrios Apostolou Reviewed-by: Ashutosh Bapat Discussion: https://postgr.es/m/3603c380-d094-136e-e333-610914fb3e80%40gmx.net Discussion: https://postgr.es/m/CAApHDvoZ0_yqwPFEpb6h261L76BUpmh5GxBQq0LeRzQ5Jh3zzg@mail.gmail.com Backpatch-through: 12, oldest supported version --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 632b1747d6e..d35b82a582c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5567,9 +5567,13 @@ ANY num_sync ( num_sync (