If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am struggling with a non-collocated join between 2 massive tables. Is there a way of alleviating the distribution key disparity between non-collocated tables? (Do indexes help? not from what I am seeing!)
I don't think you need to struggle with non-collocated joins. If you cannot use the same (or at least compatible) distribution keys in the tables being joined, you'll just need to accept the reality.