- Posts: 1130
- Thank you received: 458
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Let assume that you have a sales file with 10 million rows and 10,000 customers lookup file
Loop reads list of customers file and passes customer id to the transformation
Transformation reads 10 million rows from sales file and filters it by customer id and creates the file
So the entire loop will read 10 million rows 10,000 times
That will take a lot of time and processing power
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.