Many-to-many workflow creation is extremely slow: cannot add/remove users etc

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.