Hi, I have hard time understanding the difference between this two expressions. I think they should return the same thing but the second one should work faster. Am I right?
i did some tests and looks like while results are the same, the second expression works 2-3 times faster. I guess it makes sense because aggr filters data first so outer aggregation has less data to work with.