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
Revert "store: Speed queries of type A up by adding a redundant clause"
In production, this change actually slows queries that look up
a large number of children (500+) down tremendously; could be
because evaluating the clause 'c.{parent_field} && {parent_ids}'
becomes very slow with a large number of parent ids.
This reverts commit e566447.
0 commit comments