- Apr 23, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
extending questions. Update wording of various entries.
-
Bruce Momjian authored
> * -Allow non-bitmap indexes to be combined by creating bitmaps in memory
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
such information. Remove MySQL mention. Move server-side debug item to developer's FAQ. Update URLs.
-
Bruce Momjian authored
-
- Apr 22, 2005
-
-
Bruce Momjian authored
< Currently indexes do not have enough tuple tuple visibility < information to allow data to be pulled from the index without < also accessing the heap. One way to allow this is to set a bit < to index tuples to indicate if a tuple is currently visible to < all transactions when the first valid heap lookup happens. This < bit would have to be cleared when a heap tuple is expired. > Currently indexes do not have enough tuple visibility information > to allow data to be pulled from the index without also accessing > the heap. One way to allow this is to set a bit to index tuples > to indicate if a tuple is currently visible to all transactions > when the first valid heap lookup happens. This bit would have to > be cleared when a heap tuple is expired.
-
Bruce Momjian authored
-
- Apr 21, 2005
-
-
Bruce Momjian authored
< Bitmap indexes index single columns that can be combined with other bitmap < indexes to dynamically create a composite index to match a specific query. < Each index is a bitmap, and the bitmaps are bitwise AND'ed or OR'ed to be < combined. They can index by tid or can be lossy requiring a scan of the < 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). > This feature allows separate indexes to be ANDed or ORed together. This > is particularly useful for data warehousing applications that need to > query the database in an many permutations. This feature scans an index > and creates an in-memory bitmap, and allows that bitmap to be combined > with other bitmap created in a similar way. The bitmap can either index > all TIDs, or be lossy, meaning it records just page numbers and each > page tuple has to be checked for validity in a separate pass.
-
Bruce Momjian authored
< * Add tool to query pg_stat_* tables and report indexes that aren't needed < or tables that might need indexes
-
- Apr 20, 2005
-
-
Bruce Momjian authored
> * Add tool to query pg_stat_* tables and report indexes that aren't needed > or tables that might need indexes
-
Bruce Momjian authored
> * Log queries where the optimizer row estimates were dramatically > different from the number of rows actually found (?)
-
Bruce Momjian authored
> * All ability to monitor the use of temporary sort files
-
- Apr 18, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Mar 15, 2005
-
-
Bruce Momjian authored
-
- Mar 14, 2005
-
-
Bruce Momjian authored
-
- Mar 13, 2005
-
-
Bruce Momjian authored
-
- Mar 11, 2005
-
-
Bruce Momjian authored
change content (at least not supposed to). Magnus Hagander
-
Bruce Momjian authored
Hashem Masoud
-
Bruce Momjian authored
Robert Treat
-
Bruce Momjian authored
-
- Mar 08, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 25, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Greg Sabino Mullan
-
- Feb 21, 2005
-
-
Bruce Momjian authored
Viktor Vislobokov
-
- Feb 15, 2005
-
-
Bruce Momjian authored
<H4><A name="4.20">4.20</A>) Why do I get "missing oid" errors when accessing temporary tables in PL/PgSQL functions?</H4> Merlin Moncure
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 11, 2005
-
-
Bruce Momjian authored
-
- Feb 02, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 01, 2005
-
-
Bruce Momjian authored
-