Can someone describe how exactly replica tables are used to push joins to worker nodes?
Assume a master node and two worker nodes. I assume my reference table would go on my master node, and on my worker nodes I would have my large data table and replicas of the reference tables from the master node.
Is that the general strategy?
Thanks,
-K