Icon

6. Chunk Loop

There has been no title set for this workflow's metadata.

Chunk Loop

This loop iterates over the input data table just once from beginning to end.
It divides the data table in smaller chunks and iterates on each of them till the end of the data is reached. Processing smaller chunks of data at a time speeds up execution.
This is is not a real loop, since it does not allow for multiple iterations on the data table. It is just a way to process the whole data table faster.

Nodes

Extensions

Links