- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitde3a2ea
committed
Introduce two fields in EState to track parallel worker activity
These fields can be set by executor nodes to record how many parallelworkers were planned to be launched and how many of them have beenactually launched within the number initially planned. This data isable to give an approximation of the parallel worker draught a systemis facing, making easier the tuning of related configuration parameters.These fields will be used by some follow-up patches to populate otherparts of the system with their data.Author: Guillaume Lelarge, Benoit LobréauDiscussion:https://postgr.es/m/783bc7f7-659a-42fa-99dd-ee0565644e25@dalibo.comDiscussion:https://postgr.es/m/CAECtzeWtTGOK0UgKXdDGpfTVSa5bd_VbUt6K6xn8P7X+_dZqKw@mail.gmail.com1 parent01fce8d commitde3a2ea
File tree
4 files changed
+21
-0
lines changed- src
- backend/executor
- include/nodes
4 files changed
+21
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| 161 | + | |
| 162 | + | |
161 | 163 |
| |
162 | 164 |
| |
163 | 165 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
185 | 192 |
| |
186 | 193 |
| |
187 | 194 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
226 | 233 |
| |
227 | 234 |
| |
228 | 235 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
708 | 708 |
| |
709 | 709 |
| |
710 | 710 |
| |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
711 | 716 |
| |
712 | 717 |
| |
713 | 718 |
| |
|
0 commit comments
Comments
(0)