PostgreSQL

Hash indexes shown as a table-first walkthrough: hash the equality key, probe the target bucket, then resolve collisions with exact key comparison.

PostgreSQL: Hash Deep Dive

Choose Hash Lookup, Insert, or Collision to step through the bucket probe and equality check flow one snapshot at a time.
hash(key) % bucket_count