forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5eea78a
committed
Doc: mention executor memory usage for enable_partitionwise* GUCs
Prior to this commit, the docs for enable_partitionwise_aggregate andenable_partitionwise_join mentioned the additional overheads enablingthese causes for the query planner, but they mentioned nothing about thepossible surge in work_mem-consuming executor nodes that could end up inthe final plan. Dimitrios reported the OOM killer intervened on hisquery as a result of using enable_partitionwise_aggregate=on.Here we adjust the docs to mention the possible increase in the number ofwork_mem-consuming executor nodes that can appear in the final plan as aresult of enabling these GUCs.Reported-by: Dimitrios ApostolouReviewed-by: Ashutosh BapatDiscussion:https://postgr.es/m/3603c380-d094-136e-e333-610914fb3e80%40gmx.netDiscussion:https://postgr.es/m/CAApHDvoZ0_yqwPFEpb6h261L76BUpmh5GxBQq0LeRzQ5Jh3zzg@mail.gmail.comBackpatch-through: 12, oldest supported version1 parentda5d7a7 commit5eea78a
1 file changed
+14
-6
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4925 | 4925 |
| |
4926 | 4926 |
| |
4927 | 4927 |
| |
4928 |
| - | |
4929 |
| - | |
4930 |
| - | |
| 4928 | + | |
| 4929 | + | |
| 4930 | + | |
| 4931 | + | |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
4931 | 4935 |
| |
4932 | 4936 |
| |
4933 | 4937 |
| |
| |||
4945 | 4949 |
| |
4946 | 4950 |
| |
4947 | 4951 |
| |
4948 |
| - | |
4949 |
| - | |
4950 |
| - | |
| 4952 | + | |
| 4953 | + | |
| 4954 | + | |
| 4955 | + | |
| 4956 | + | |
| 4957 | + | |
| 4958 | + | |
4951 | 4959 |
| |
4952 | 4960 |
| |
4953 | 4961 |
| |
|
0 commit comments
Comments
(0)