forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita459e58
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 parent403cbd2 commita459e58
1 file changed
+14
-6
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5374 | 5374 |
| |
5375 | 5375 |
| |
5376 | 5376 |
| |
5377 |
| - | |
5378 |
| - | |
5379 |
| - | |
| 5377 | + | |
| 5378 | + | |
| 5379 | + | |
| 5380 | + | |
| 5381 | + | |
| 5382 | + | |
| 5383 | + | |
5380 | 5384 |
| |
5381 | 5385 |
| |
5382 | 5386 |
| |
| |||
5394 | 5398 |
| |
5395 | 5399 |
| |
5396 | 5400 |
| |
5397 |
| - | |
5398 |
| - | |
5399 |
| - | |
| 5401 | + | |
| 5402 | + | |
| 5403 | + | |
| 5404 | + | |
| 5405 | + | |
| 5406 | + | |
| 5407 | + | |
5400 | 5408 |
| |
5401 | 5409 |
| |
5402 | 5410 |
| |
|
0 commit comments
Comments
(0)