dgraph
dgraph copied to clipboard
[ENHANCEMENT]: Apply performance improvements of dgraph.type to all predicates
Use case and current behavior
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