这样的索引使记录的定位随机化,为了找到值的指定范围要求浏览全部索引。

解决方案 »

  1.   

    Reverse Key indexes spread the distribution of index updatees across the index tree by reversing the data value of the index key . 
    It's only useful for queries that contain equality predicates . 
    Because lexically adjacent keys are not stored next to each other in a reverse key index , For every updation , Oracle need to search the whole index  , it takes more time than normal B-tree index