It’s hard to give direct solution for your problem. First you need figure what’s the performance bottleneck of you current problem. What kind of join do you use (is it one large table join with one small table). Do you have GC issue ? Do you have enough memory in executor to cache the table ? etc…
↧