DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 14

Thread: Bitmap Indexes

Threaded View

  1. #7
    Join Date
    Sep 2005
    Posts
    278
    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'
    Last edited by tabreaz; 09-12-2006 at 03:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width