Newbie003242 Posted 03 Jun 2023 14:29

How to join the source data having 100 million records?

In Informatica PowerCenter, the normal join is working for the src file having data of 10000 records, but it's throwing an error for 100 million src records. How should I fix this issue?

I have enabled the sorted port in joiner and have even added a sorter before joiner and have sorted the ports which are the same in both the sorters I have used. I am getting the error as(no ports are sorted)

Faisal Piliang Posted 04 Jun 2023 00:04

Hi,

You can use source qualifier SQ than remove joiner and join in DB. If no, can you convert the smaller table to a lookup

Thanks

RegiBoy Posted 05 Jun 2023 09:29

Check the physical connection of the cables. I think it is faulty cables

Kyle Padilla Posted 05 Jun 2023 09:38

You may utilize the source qualifier SQ, then delete the joiner and join in the database.

Naomi Posted 05 Jun 2023 09:43

Ensure that the server hosting Informatica PowerCenter has enough memory, CPU, and disk space to handle the larger dataset. Insufficient resources can lead to errors and performance issues.

MISMIS Posted 05 Jun 2023 09:45

Increase the memory allocation for the Informatica Integration Service to accommodate the larger dataset. You can modify the Integration Service properties in the Informatica Administrator Console.

Adonis001 Posted 05 Jun 2023 09:48

Check session configuration: Confirm that the session properties are set correctly. Specifically, verify that the "Sorted Input" option is enabled for the source qualifier transformation connected to your source file.

isabelita Posted 05 Jun 2023 09:54

As you mentioned, enabling the "Sorted Input" option in the Joiner transformation is a good step. However, make sure that the ports you are using for joining are indeed sorted. Double-check the sorting options for both the source qualifier

BitCloud Posted 05 Jun 2023 09:56

Ensure that the sort orders of the sorted ports in both the source qualifier transformation and the sorter transformation are the same. If the sort orders differ, you may encounter the "no ports are sorted" error.

Natsu Dragneel Posted 05 Jun 2023 10:28

Increase the memory allocation for the Informatica Integration Service to accommodate the larger dataset.
page: [1] 2 3
查看完整版本: How to join the source data having 100 million records?