• Bruce Momjian's avatar
    Add bitmap info: · 056d7e3a
    Bruce Momjian authored
    <   heap page to find matching rows.
    >   heap page to find matching rows, or perhaps use a mixed solution where
    >   tids are recorded for pages with only a few matches and per-page bitmaps
    >   are used for more dense pages.  Another idea is to use a 32-bit bitmap
    >   for every page and set a bit based on the item number mod(32).
    056d7e3a
TODO 34.4 KB