You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in too many queries to the database. Ideally, we want to have a single association for events with various conditions. This will require refactoring of places where we are using these associations.
The above is just one example, the recommendation is to do this for other associations like these in other models.
The text was updated successfully, but these errors were encountered:
Recommendation: Refactor model relationships. Cost: 3/5 Benefit: 4/5
We have a number of relationships mapped to the same table e.g DoiModel:
This results in too many queries to the database. Ideally, we want to have a single association for events with various conditions. This will require refactoring of places where we are using these associations.
The above is just one example, the recommendation is to do this for other associations like these in other models.
The text was updated successfully, but these errors were encountered: