forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit55af2a4
committed
Duplicate:
< * Maintain a map of recently-expired rows<< This allows vacuum to target specific pages for possible free space< without requiring a sequential scan.<Update entry:> One complexity is that index entries still have to be vacuumed, and> doing this without an index scan (by using the heap values to find the> index entry) might be slow and unreliable, especially for user-defined> index functions.1 parentce128c0 commit55af2a4
2 files changed
+10
-11
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 | 813 |
| |
819 | 814 |
| |
820 | 815 |
| |
| |||
823 | 818 |
| |
824 | 819 |
| |
825 | 820 |
| |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
826 | 825 |
| |
827 | 826 |
| |
828 | 827 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
730 | 730 |
| |
731 | 731 |
| |
732 | 732 |
| |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 | 733 |
| |
738 | 734 |
| |
739 | 735 |
| |
| |||
742 | 738 |
| |
743 | 739 |
| |
744 | 740 |
| |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
|
0 commit comments
Comments
(0)