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

rewrite queries for performance #219

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Conversation

missinglink
Copy link
Member

following on from #218 this PR rewrites the queries again to help nudge the query planner in the right direction.

previously it didn't really matter if the $subject matching happened in the ON or a WHERE condition, with the additional matching condition I think its better to have it in the ON.

@missinglink missinglink merged commit 82db3cd into master Dec 13, 2021
@missinglink missinglink deleted the query-planner-optimization branch December 13, 2021 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant