]> granicus.if.org Git - postgresql/commit
Add bitmap info:
authorBruce Momjian <bruce@momjian.us>
Wed, 10 Nov 2004 02:48:41 +0000 (02:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 10 Nov 2004 02:48:41 +0000 (02:48 +0000)
commit056d7e3a18724ce269240b170c106045ad12aad7
tree3e607f448644c97f54cf19929ca491ae3fd18e2d
parent9a633cbb6cc0c221dc24bd9ca4a3b3ea4ffcb7b5
Add bitmap info:

<   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).
doc/TODO