Most of the queries and also the query for which I'm considering using Bitmap indexes, utilizes the column on which the partition is done on the table. I dont feel any other column can replace the present partitioned column.
The query is like:
Code:SELECT col1.... FROM tab WHERE partcol = 'XYZABC' AND dist5_col IN (20, 35, 75) AND dist10000_col = '20060504'




Reply With Quote