Complicated many to many relationships have always and will always cause performance issues with any database, that’s why it’s always best to avoid them if possible.
Try using a join table instead and see if the performance is quicker.
Complicated many to many relationships have always and will always cause performance issues with any database, that’s why it’s always best to avoid them if possible.
Try using a join table instead and see if the performance is quicker.