PostgreSQL TODO List
====================
-Last updated: Sat Dec 17 11:43:02 EST 2005
+Last updated: Sat Dec 17 12:03:45 EST 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
usually performed by either creating a cartesian product of all
the dimmension tables and doing a single join on that product or
using subselects to create bitmaps of each dimmension table match
- and merge the bitmaps to perform the join on the fact table.
+ and merge the bitmaps to perform the join on the fact table. Some
+ of these algorithms might be patented.
Miscellaneous Performance
-Last updated: Sat Dec 17 11:43:02 EST 2005
+Last updated: Sat Dec 17 12:03:45 EST 2005
The most recent version of this document can be viewed at
usually performed by either creating a cartesian product of all
the dimmension tables and doing a single join on that product or
using subselects to create bitmaps of each dimmension table match
- and merge the bitmaps to perform the join on the fact table.
+ and merge the bitmaps to perform the join on the fact table. Some
+ of these algorithms might be patented.