How to improuve performance in MySQL query-join
⛰️ Hi comunity, I'm using a normal MySQL query to join 2 tables. My query in a simpler way looks like these (for these example i just put *, otherwise i have targeted elements) SELECT table1.*, table2.* FROM table1 INNER…