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

Thread: Primary key using a local partitioned index

Threaded View

  1. #4
    Join Date
    Mar 2002
    Posts
    534
    Abhay,

    Your right my point was the order of the columns realted to their cardinality. I'm also convinced that if that unique index is used the response time should be better. What I'm worried about is that the index becomes an non-prefixed index because the range key is not the left most key of the index (select index_name, alignment from user_part_indexes).

    So what I'm realy wondering is the impact of having a non-prefixed index. Until now we only used prefixed PK indexes where the partition range key was the first key of the index.
    Last edited by mike9; 08-15-2003 at 05:44 AM.

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