| 2. |
Which of the following are differences between a star query technique and a star transformation query plan?
Please select all the correct answers.
|
| |
A.
|
A traditional star query technique can build intermediate row sets in memory, while star transformation may use temporary segments for intermediate results. |
| |
B.
|
Star transformation is most effective when bitmap access paths on fact-table join columns reduce the candidate row set substantially. |
| |
C.
|
Star and star transformation techniques can only be used with a separate Oracle Data Warehouse option. |
| |
D.
|
A traditional star query technique requires bitmap indexes, while star transformation requires a concatenated index. |