forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit27146e7
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 parent9744fe2 commit27146e7
1 file changed
+14
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5262 | 5262 |
| |
5263 | 5263 |
| |
5264 | 5264 |
| |
5265 |
| - | |
5266 |
| - | |
5267 |
| - | |
| 5265 | + | |
| 5266 | + | |
| 5267 | + | |
| 5268 | + | |
| 5269 | + | |
| 5270 | + | |
| 5271 | + | |
5268 | 5272 |
| |
5269 | 5273 |
| |
5270 | 5274 |
| |
| |||
5282 | 5286 |
| |
5283 | 5287 |
| |
5284 | 5288 |
| |
5285 |
| - | |
5286 |
| - | |
5287 |
| - | |
| 5289 | + | |
| 5290 | + | |
| 5291 | + | |
| 5292 | + | |
| 5293 | + | |
| 5294 | + | |
| 5295 | + | |
5288 | 5296 |
| |
5289 | 5297 |
| |
5290 | 5298 |
| |
|
0 commit comments
Comments
(0)