In batch mode, if input is sorted prior to a group by operation; does flink forward the aggregate data early? Is there a way to prevent grouping operations from buffering all data in a GBK operation in batch mode?
- group by optimizations with sorted input Richard Moorhead
- Re: group by optimizations with sorted input Robert Metzger