In Redshift, what is the effect of choosing DISTSTYLE ALL for a dimension table?
-
A
Each row is distributed to a different node using round-robin
-
B
A full copy of the table is placed on every compute node
-
C
Rows are distributed based on a hash of the distribution key
-
D
The table is stored only on the leader node