Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
PhilHibbs
Creator II
Creator II

Limiting an IterateToFlow

I have a component that produces an iterate link, in this case it's a tS3List but the same could apply to a tFileList etc.

I then have a tIterateToFlow, I do some manipulation, and then a tFlowToIterate.

When there are a few hundred thousand iterates, I get an Out of Memory error.

How can I throttle the iterate so as to prevent this error? Is there any way of limiting the number of iterations, or breaking them up into chunks?

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

@PhilHibbs ,could you please share your job design ?

 

 

PhilHibbs
Creator II
Creator II
Author

I suspect that my problem may have been caused - or amplified - by a tLogRow set to table mode... it would still be nice to be able to break up large workloads like this though.