DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Bitmap Indexes

  1. #11
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Quote Originally Posted by tabreaz
    No subpartitions can't be applied, as the Table is presently partition using hash method.
    The present methodology is irrelevant, as you can't convert a table's partitioning scheme anyway -- you always have to create a new table. So you could create a new version as range-hash, for example.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  2. #12
    Join Date
    Sep 2005
    Posts
    278
    HTML Code:
    Hi tamil,
    
    How many rows does the above SQL return? 
    
    Approximately, 0.2-0.3 Million.
    Dave, its not easy to change the design of the table as of now. We need to test it and take approval which may take much time. I will discuss abt having a range-hash partition on 10000disctintval - present partition key
    Last edited by tabreaz; 09-14-2006 at 01:59 AM.

  3. #13
    Join Date
    Sep 2005
    Posts
    278
    Hi,

    As I posted early, presently we cant change the design as the management approval is not yet decided. Is there any other way to improve the performance of that query?

    Data is inserted at bulk, maximum 3-4 times a day data is inserted into a single partition that also not concurently. But data can be inserted concurently into different partitions.

  4. #14
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Quote Originally Posted by tabreaz
    Hi,

    As I posted early, presently we cant change the design as the management approval is not yet decided. Is there any other way to improve the performance of that query?

    Data is inserted at bulk, maximum 3-4 times a day data is inserted into a single partition that also not concurently. But data can be inserted concurently into different partitions.
    If data is inserted 3 to 4 times a day, then bit map indexes may not be suitable. Do you have enough time to drop and recreate the bit map indexes?
    Going back to the SELECT statement, you said that it returns 0.3 M rows and you want to improve performance of the query. Isn't it a good idea to tune the entire process.
    What I mean is:
    What does the process do after it gets 0.3 M rows?
    Have you looked into that?
    Did you trace the entire process?

    Tamil

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