Distribution Flashcards
1
Q
Distributes rows by using a deterministic hash function
A
Hash
2
Q
Best for querying (Large table)
Distribution
A
Hash
3
Q
Distributes rows evenly
A
Round robin
4
Q
Speeds up loading data
A
Round robin
5
Q
Does not use distribution column
A
Round robin
6
Q
Full copy of the table across each node
A
Replicated
7
Q
Best for small tables
A
Replicated