Duplicate:
authorBruce Momjian <bruce@momjian.us>
Fri, 2 Sep 2005 00:49:57 +0000 (00:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 2 Sep 2005 00:49:57 +0000 (00:49 +0000)
commit5c465a7c7bea5cd6a6b6da2415c36392d8855b89
tree9138f5604b7cbcb4691a3392381a92b1950d94e9
parent249b1e247d389b4f3d35af47e5c7c3d39ea1307d
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.
doc/TODO
doc/src/FAQ/TODO.html