← Back to Test
Problem 10 - Olympiad
A data warehouse uses bitmap join indexes: BJI1 on (d.year, f.product) and BJI2 on (d.quarter, f.store). Query GROUP BY d.year, d.quarter needs to combine both indexes. Which bitmap operation is required and what is the resulting compression ratio compared to materializing the join?