In case of multi-match scenarios, the below set of best practices are recommended to help you improve the performance:
- Select maximum of three fields at a time. Depending upon your use case, you may choose to select more than three fields, but it may degrade the performance.
- First, perform matching on different match keys to generate the collection numbers, and then consolidate the collection numbers using the group key generator stage in multi-match scenario.