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

[FIX] add explicit indices and remove subquery load from analysis-conditions #324

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

jdkent
Copy link
Member

@jdkent jdkent commented Jul 7, 2022

closes #320

This should help speed up queries using indexing on the primary keys.
Also removes a subquery load on analysis-conditions which caused unnecessary table lookups

@jdkent jdkent merged commit 4a3963f into master Jul 7, 2022
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.

use indexing to speed up queries
1 participant