Hey all!
We’ve significantly upgraded 8 of the most used, and sometimes slowest, transform steps.
Most should run about 15x faster than they used to, which means if a step used to take 1 minute to finish, it will now only take 4 seconds.
Some steps will already be faster in the flows where they currently exist, and some will need to be replaced to get the speed boost.
Steps that will already be about 15x faster in existing flows:
- Merge duplicate rows
- Remove duplicate rows
- Insert Row Numbers
Steps that need to be replaced in your flows to get the 15x speed boost:
- Count by group
- Sum by group
- Average by group
Steps that will already be faster, but only about 4x faster :
- Filter rows
- Insert if/else column
These steps were optimized for working with non-numbers. If you are using these steps to work on columns of purely numbers already, they will not seem much difference, but they should be fast already!
Hope this help you all build faster and better.
-Brian