Quote:
Originally posted by jmodic
No, the index serach in this case will actually be a bit slower compared to normal btree index (the difference will be minimal though). The actual index tree traversing is identical in both cases, but there is a tiny overhead of CPU time with RK indexes as Oracle has first to reverse the order of bytes of the searched values to make it the same as it is stored in the index.
it infact wud be as i said. PS below demo...(the table defination for both tables being same and data as well....analyzed on same day and so)