Skip to content

Commit 25af534

Browse files
committed
Remove item:
< * Allow star join optimizations < < While our bitmap scan allows multiple indexes to be joined to get < to heap rows, a star joins allows multiple dimension _tables_ to < be joined to index into a larger main fact table. The join is < 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. Some < of these algorithms might be patented.
1 parent 3282b63 commit 25af534

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

doc/TODO

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Dec 17 13:06:57 EST 2005
5+
Last updated: Sat Dec 17 14:03:20 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1029,16 +1029,6 @@ Optimizer / Executor
10291029

10301030
* Log statements where the optimizer row estimates were dramatically
10311031
different from the number of rows actually found?
1032-
* Allow star join optimizations
1033-
1034-
While our bitmap scan allows multiple indexes to be joined to get
1035-
to heap rows, a star joins allows multiple dimension _tables_ to
1036-
be joined to index into a larger main fact table. The join is
1037-
usually performed by either creating a cartesian product of all
1038-
the dimmension tables and doing a single join on that product or
1039-
using subselects to create bitmaps of each dimmension table match
1040-
and merge the bitmaps to perform the join on the fact table. Some
1041-
of these algorithms might be patented.
10421032

10431033

10441034
Miscellaneous Performance

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Dec 17 13:06:57 EST 2005
11+
Last updated: Sat Dec 17 14:03:20 EST 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -934,16 +934,6 @@ <h1><a name="section_20">Optimizer / Executor</a></h1>
934934
</p>
935935
</li><li>Log statements where the optimizer row estimates were dramatically
936936
different from the number of rows actually found?
937-
</li><li>Allow star join optimizations
938-
<p> While our bitmap scan allows multiple indexes to be joined to get
939-
to heap rows, a star joins allows multiple dimension _tables_ to
940-
be joined to index into a larger main fact table. The join is
941-
usually performed by either creating a cartesian product of all
942-
the dimmension tables and doing a single join on that product or
943-
using subselects to create bitmaps of each dimmension table match
944-
and merge the bitmaps to perform the join on the fact table. Some
945-
of these algorithms might be patented.
946-
</p>
947937
</li></ul>
948938
<h1><a name="section_21">Miscellaneous Performance</a></h1>
949939

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy