Forum Discussion
cstewart
6 years agoFormer Employee
As you are not using sorted data, you might find that it is trying to sort the large input data. In this scenario, you might find that using the in-Memory lookup rather than the join gives you a better result, it doesn’t have to sort the input streams.
- philliperamos6 years agoContributor
Thanks @cstewart , I’ll give it try after hours and see how it performs.