Memory Group By
Description
Memory Group By groups rows and computes aggregates such as sum, average, count, and standard deviation entirely in memory, without requiring the input to be sorted first. Use this step as a convenient alternative to the Group By step when your dataset is small enough to fit in memory and you want to skip a separate sort operation. For larger datasets that exceed available memory, use the Sort Rows step followed by the standard Group By step instead.