MySQL 8: Query Performance between subquery with GROUP BY and INNER JOIN with GROUP BY
I have to retrieve a list of postings, by one or more category IDs. I do not want to have duplicate postings in my results. I'm only interested in responses that directly relate, or can draw relations with MySQL 8…