forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3256722
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 parent10fdc67 commit3256722
1 file changed
+14
-6
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5567 | 5567 |
| |
5568 | 5568 |
| |
5569 | 5569 |
| |
5570 |
| - | |
5571 |
| - | |
5572 |
| - | |
| 5570 | + | |
| 5571 | + | |
| 5572 | + | |
| 5573 | + | |
| 5574 | + | |
| 5575 | + | |
| 5576 | + | |
5573 | 5577 |
| |
5574 | 5578 |
| |
5575 | 5579 |
| |
| |||
5587 | 5591 |
| |
5588 | 5592 |
| |
5589 | 5593 |
| |
5590 |
| - | |
5591 |
| - | |
5592 |
| - | |
| 5594 | + | |
| 5595 | + | |
| 5596 | + | |
| 5597 | + | |
| 5598 | + | |
| 5599 | + | |
| 5600 | + | |
5593 | 5601 |
| |
5594 | 5602 |
| |
5595 | 5603 |
| |
|
0 commit comments
Comments
(0)