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
Considering this query:q(func: eq(predicate1, "a"))@filter(eq(predicate2, "abc")), if the index ofpredicate2 is very large the eq() filter can be very slow.
Enhancement
Apply the enhancement done in #9065 to all large predicate indexes.
Solution proposal
No response
Links to Discuss, RFC or previous Issues and PRs
No response
Links to examples and research
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Use case and current behavior
Considering this query:
q(func: eq(predicate1, "a"))@filter(eq(predicate2, "abc"))
, if the index ofpredicate2
is very large theeq()
filter can be very slow.Enhancement
Apply the enhancement done in #9065 to all large predicate indexes.
Solution proposal
No response
Links to Discuss, RFC or previous Issues and PRs
No response
Links to examples and research
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: