Forum Discussion

ddangler's avatar
ddangler
New Contributor III
8 years ago
Solved

Join snap performance poor

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

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

How can I improve Join snap performance? Thanks!

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

1 Reply

  • brianrandolph's avatar
    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.