Has anyone else noticed a significant decrease in performance when using the ListBuilder Input is Ordered by Group?
When I have 100,000 features in 10,000 groups of 10 features each, when I set the Input Is Ordered to no, the processing time is 8 seconds, even though the transformer is blocking. Whereas when set it to Ordered by Group, the processing time is 74 seconds (almost 10x slower), even through the transformer is non blocking.
No parallel processing is involved.