Value ordered indexes are very efficient for range conditions. The rows in the index subtable are sorted by the column that you specify in the order by values clause. So this makes it possible to search only a portion of the index sub table when processing range conditions.
The column that you specify in the order by clause can be a single numberic column that cannot exceed 4 bytes, dates are allowed too.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.