cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Join snap performance poor

ddangler
New Contributor III

I have a join snap configured as below(Simple left outer join on Unsorted inputs):

Selection_356

But this join snap is performing very poor. Its throughput is around 0.3 Doc/s. Please refer to the below screenshots:

Selection_354

Tooltip_355

How can I improve Join snap performance? Thanks!

1 ACCEPTED SOLUTION

brianrandolph
New Contributor III

using a sorted join will stream the data according to the documentation, so it would be better to sort before hand.

View solution in original post

1 REPLY 1

brianrandolph
New Contributor III

using a sorted join will stream the data according to the documentation, so it would be better to sort before hand.