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

Thread: Identifying indexes for compression

  1. #1
    Join Date
    Nov 2001
    Posts
    1
    I want to know how to identify which indexes would benefit from the Oracle 8i feature of compression.

    It will be indexes that have a low cardinality, but how do I identify them?

  2. #2
    Join Date
    Feb 2001
    Posts
    389
    index keys are stored in the form of prefixsufix , if u see the prefix for many keys are same in
    a single leaf node, u can choose that index for compression.
    ,e.g., keys like (city_ny,city_edison,city_jerseycity etc ) in which city_ prefix is common in the keys and hence this key (index column) can be compressed.

    But be sure, that this index is not highly update one, else lot of time would be wasted in uncompressing and re -arraning.

    You need to know ur data to find out which index can be compressed.


    thanks
    GP

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