An index based on a hash table. Allows multiple records with the same key.
A bag of records with efficient lookup on multiple independent keys.
An index based on a hash table. Prohibits multiple records with the same key.
See Source File