A hash has the advantage of being faster to look at when you're only going to use the "=" operator for searchs. If you're going to use things like "<" or ">" or anything else than "=", you'll want to use a B:Tree because it will be able to do that kind of searchs.