Distributes rows by using a deterministic hash function
Hash
Best for querying (Large table)
Distribution
Hash
Distributes rows evenly
Round robin
Speeds up loading data
Round robin
Does not use distribution column
Round robin
Full copy of the table across each node
Replicated
Best for small tables
Replicated