GROUP BY without the GROUP BY in MySQL
Ever have a need to perform a GROUP BY command in MySQL against a really large table? If you’ve done this type of operation in MySQL on a very large table, say more than a few million rows, then you probably know the workload this entails, and spent time scratching your head while staring at [...]