Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25af534

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 parent3282b63 commit25af534

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 1713:06:57 EST 2005
5+
Last updated:Sat Dec 1714: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
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Dec 1713:06:57 EST 2005
11+
Last updated: Sat Dec 1714:03:20 EST 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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><aname="section_21">Miscellaneous Performance</a></h1>
949939

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp