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

perf(gatsby): Enable fast filters for $nin comparator #24184

Merged
merged 1 commit into from
May 18, 2020
Merged

perf(gatsby): Enable fast filters for $nin comparator #24184

merged 1 commit into from
May 18, 2020

Conversation

pvdz
Copy link
Contributor

@pvdz pvdz commented May 18, 2020

This enables fast filters for the $nin comparator.

This basically does the same thing as the $ne comparator. The difference is that $ne only removes nodes for one value where $nin removes all nodes matching zero or more values.

@pvdz pvdz requested a review from a team as a code owner May 18, 2020 10:36
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 18, 2020
@pvdz pvdz added scaling topic: performance Related to runtime & build performance topic: GraphQL Related to Gatsby's GraphQL layer and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels May 18, 2020
@pvdz pvdz merged commit 8e3428f into master May 18, 2020
@delete-merged-branch delete-merged-branch bot deleted the fast-nin branch May 18, 2020 14:29
@pvdz
Copy link
Contributor Author

pvdz commented May 18, 2020

Published in gatsby@2.21.35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: GraphQL Related to Gatsby's GraphQL layer topic: performance Related to runtime & build performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants