According to the MySQL doc it seems that a group by statement having a sum() function in the select part doesn't use any index...
I have a large table (around 11 millions lines) I need to do a group by and a sum on it. Do you have any advice???
I have a large table (around 11 millions lines) I need to do a group by and a sum on it. Do you have any advice???
Comment