Reverse index: Difference between revisions

Content deleted Content added
See also: rev. dict.
Line 11:
 
==Querying data==
Reverse indexes are just as effectiveefficient as unreversed indexes for finding specific values, although they aren't helpful for range queries,. whichRange turn out toqueries beare uncommon for artificial values such as sequence numbers. When searching the index, the query processor simply reverses the search target before looking it up.
 
==Deleting data==