OSDN Git Service

Add all heap page rows visible bitmap idea:
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Dec 2005 22:30:43 +0000 (22:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Dec 2005 22:30:43 +0000 (22:30 +0000)
commit113ece8f3d704cdcf20f2865d1ea8964159ee476
tree2e2725c25873bba26c29fc33274c464c74176762
parent915fb7f687bd6553ec6466776f6eb1d6b81fbfcc
Add all heap page rows visible bitmap idea:

<   the heap.  One way to allow this is to set a bit to index tuples
>   the heap.  One way to allow this is to set a bit on index tuples
<   be cleared when a heap tuple is expired.
<
>   be cleared when a heap tuple is expired.  Another idea is to maintain
>   a bitmap of heap pages where all rows are visible to all backends,
>   and allow index lookups to reference that bitmap to avoid heap
>   lookups, perhaps the same bitmap we might add someday to determine
>   which heap pages need vacuuming.
doc/TODO
doc/src/FAQ/TODO.html