- Notifications
You must be signed in to change notification settings - Fork5
Commit1b618e5
committed
Add:
>> * Create a bitmap of pages that need vacuuming>> Instead of sequentially scanning the entire table, have the background> writer or some other process record pages that have expired rows, then> VACUUM can look at just those pages rather than the entire table. In> the event of a system crash, the bitmap would probably be invalidated.1 parenta6c7e84 commit1b618e5
2 files changed
+15
-2
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
803 | 810 |
| |
804 | 811 |
| |
805 | 812 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
735 | 735 |
| |
736 | 736 |
| |
737 | 737 |
| |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
738 | 744 |
| |
739 | 745 |
| |
740 | 746 |
| |
|
0 commit comments
Comments
(0)