summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 1b9b4f83de0..82d20f03557 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-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.
@@ -1036,7 +1036,8 @@ Optimizer / Executor
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