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
The study and allStudies queries are slow as they are performing many sequential SQL queries.
Using data loaders or prefetching relationships help reduce some of the linear scaling in the queries, but there are still issues trying to reduce n+1 on the Membership fields when resolving collaborators.
Current Performance
The text was updated successfully, but these errors were encountered:
The
study
andallStudies
queries are slow as they are performing many sequential SQL queries.Using data loaders or prefetching relationships help reduce some of the linear scaling in the queries, but there are still issues trying to reduce n+1 on the
Membership
fields when resolving collaborators.Current Performance
The text was updated successfully, but these errors were encountered: