When I plug in >1 million records to the aggregate I get a list of 10 records that don't aggregate. Reducing this input to just under 1 million and the aggregate works fine.
I have a list of over 1 million records with 10 fields, one of which is Email address. I want to aggregate by email address, taking min/max/sums of the other fields.
When I try this with over a million records it doesn't work properly and I get around 10 records where email address is duplicated, when there should be a unique entry for each email address. This doesn't happen however when I reduce the number of records to be less than 1 million.