Hash Indexes
← Back to Indexing
Indexes using hash functions for O(1) equality lookups. Cannot support range queries because the hash function destroys ordering.
← Back to Indexing
Indexes using hash functions for O(1) equality lookups. Cannot support range queries because the hash function destroys ordering.