Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT]: Apply performance improvements of dgraph.type to all predicates #9182

Open
xqqp opened this issue Sep 28, 2024 · 0 comments
Open
Labels
kind/enhancement Something could be better.

Comments

@xqqp
Copy link
Contributor

xqqp commented Sep 28, 2024

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

@xqqp xqqp added the kind/enhancement Something could be better. label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Something could be better.
Development

No branches or pull requests

1 participant