forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit48d4a8c

Amit Kapila
Allocate access strategy in parallel VACUUM workers.
Currently, parallel vacuum workers don't use any buffer access strategy.We can fix it either by propagating the access strategy from a leader orallow each worker to use BAS_VACUUM access strategy type. We don't seemuch use in propagating this information from leader as both leader andworkers are supposed to use the same strategy. We might want to use adifferent access strategy for leader and workers but that would be aseparate optimization not suitable for back-branches. This has been fixedin HEAD as commitf6b8f19.Author: Amit KapilaReviewed-by: Sawada Masahiko, Bharath RupireddyDiscussion:https://postgr.es/m/CAA4eK1KbmJgRV2W3BbzRnKUSrukN7SbqBBriC4RDB5KBhopkGQ@mail.gmail.com1 parentbe79deb commit48d4a8c
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3510 | 3510 |
| |
3511 | 3511 |
| |
3512 | 3512 |
| |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
3513 | 3516 |
| |
3514 | 3517 |
| |
3515 | 3518 |
| |
| |||
3564 | 3567 |
| |
3565 | 3568 |
| |
3566 | 3569 |
| |
| 3570 | + | |
3567 | 3571 |
| |
3568 | 3572 |
| |
3569 | 3573 |
| |
|
0 commit comments
Comments
(0)