• Bruce Momjian's avatar
    Add all heap page rows visible bitmap idea: · 113ece8f
    Bruce Momjian authored
    <   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.
    113ece8f
TODO.html 51.8 KB