forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79ccd7c
committed
pg_prewarm: Add automatic prewarm feature.
Periodically while the server is running, and at shutdown, write out alist of blocks in shared buffers. When the server reaches consistency-- unfortunatey, we can't do it before that point without breakingthings -- reload those blocks into any still-unused shared buffers.Mithun Cy and Robert Haas, reviewed and tested by Beena Emerson,Amit Kapila, Jim Nasby, and Rafia Sabih.Discussion:http://postgr.es/m/CAD__OugubOs1Vy7kgF6xTjmEqTR4CrGAv8w+ZbaY_+MZeitukw@mail.gmail.com1 parent66ed382 commit79ccd7c
File tree
11 files changed
+1035
-4
lines changed- contrib
- file_fdw/data
- pg_prewarm
- doc/src/sgml
- src
- backend/storage/buffer
- include/storage
- tools/pgindent
11 files changed
+1035
-4
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments
Comments
(0)