Hash join icon

Hash Join

The Hash Join icon indicates that a temporary hash table was created to perform the join. The tables queried were joined together using a hash join implementation where a hash table was created for each secondary table. Therefore, matching values were hashed to the same hash table entry.

See Tips for hash join for more details.