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.
Workflow
6. Chunk Loop
Used extensions & nodes
Created with KNIME Analytics Platform version 5.2.0
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.