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

Commit16843ba

Browse files
committed
Add mention of possible patent problems with star joins, per Joshua
Drake:< 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.
1 parent9e9a844 commit16843ba

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 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 1711:43:02 EST 2005
5+
Last updated:Sat Dec 1712:03:45 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1036,7 +1036,8 @@ Optimizer / Executor
10361036
usually performed by either creating a cartesian product of all
10371037
the dimmension tables and doing a single join on that product or
10381038
using subselects to create bitmaps of each dimmension table match
1039-
and merge the bitmaps to perform the join on the fact table.
1039+
and merge the bitmaps to perform the join on the fact table. Some
1040+
of these algorithms might be patented.
10401041

10411042

10421043
Miscellaneous Performance

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 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 1711:43:02 EST 2005
11+
Last updated: Sat Dec 1712:03:45 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>.
@@ -940,7 +940,8 @@ <h1><a name="section_20">Optimizer / Executor</a></h1>
940940
usually performed by either creating a cartesian product of all
941941
the dimmension tables and doing a single join on that product or
942942
using subselects to create bitmaps of each dimmension table match
943-
and merge the bitmaps to perform the join on the fact table.
943+
and merge the bitmaps to perform the join on the fact table. Some
944+
of these algorithms might be patented.
944945
</p>
945946
</li></ul>
946947
<h1><aname="section_21">Miscellaneous Performance</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp