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

Thread: High cardinality Bitmap indexes

Threaded View

  1. #3
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    I remember that 8.1.7.4 issue. Ah, happy days.

    Long story short, dml ops that modify bitmap indexes are a bitch in any version, and i wouldn't trust the resulting index. It's not really an issue for the environmenti work in anymore because we disable the indexes before inserting new data, then rebuild them afterwards. sure is faster than inserting into a bitmap.

    As for the cardinality issue, you're probably on the borderline of bitmap and btree, especially if you implement compression on the btree index. benchmarking is the way to go there, comparing index size and performance.

    Have you implemented any physical row ordering, by the way? that really cuts down on bitmap index size.


    [edited to insert spaces. i have toast crumbs stuck under my space key]
    Last edited by slimdave; 11-07-2003 at 12:56 PM.
    David Aldridge,
    "The Oracle Sponge"

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

    Oracle ACE

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