- Notifications
You must be signed in to change notification settings - Fork5
Commit25af534
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
2 files changed
+2
-22
lines changedLines changed: 1 addition & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
1033 |
| - | |
1034 |
| - | |
1035 |
| - | |
1036 |
| - | |
1037 |
| - | |
1038 |
| - | |
1039 |
| - | |
1040 |
| - | |
1041 |
| - | |
1042 | 1032 |
| |
1043 | 1033 |
| |
1044 | 1034 |
| |
|
Lines changed: 1 addition & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
934 | 934 |
| |
935 | 935 |
| |
936 | 936 |
| |
937 |
| - | |
938 |
| - | |
939 |
| - | |
940 |
| - | |
941 |
| - | |
942 |
| - | |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 |
| - | |
947 | 937 |
| |
948 | 938 |
| |
949 | 939 |
| |
|
0 commit comments
Comments
(0)