diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-01 22:30:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-01 22:30:43 +0000 |
commit | 113ece8f3d704cdcf20f2865d1ea8964159ee476 (patch) | |
tree | 2e2725c25873bba26c29fc33274c464c74176762 /src/backend/utils/adt/numutils.c | |
parent | 915fb7f687bd6553ec6466776f6eb1d6b81fbfcc (diff) | |
download | postgresql-113ece8f3d704cdcf20f2865d1ea8964159ee476.tar.gz postgresql-113ece8f3d704cdcf20f2865d1ea8964159ee476.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/numutils.c')
0 files changed, 0 insertions, 0 deletions