Hi,
Which is more performant in speed and memory for use on a data set with a single column? In my client's use case, there are many different records to be grouped into four buckets.
On the documentation, it says the Unique tool "groups by one or more fields" - am I right in assuming the tool calls a hash function even for tables with one column, or does it perform a basic sort and compare under the hood?
Thanks,
Alex