Mysql - optimisation - multiple group_concat & joins using having
问题 I've looked at similar group_concat mysql optimisation threads but none seem relevant to my issue, and my mysql knowledge is being stretched with this one. I have been tasked with improving the speed of a script with an extremely heavy Mysql query contained within. The query in question uses GROUP_CONCAT to create a list of colours, tags and sizes all relevant to a particular product. It then uses HAVING / FIND_IN_SET to filter these concatenated lists to find the attribute, set by the user