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

Create index to store empty versions faster #111

Closed
wants to merge 15 commits into from

Conversation

jeromegn
Copy link
Member

@jeromegn jeromegn commented Dec 4, 2023

This index helps by changing the query plan from a SEARCH to a SEARCH ... USING COVERING INDEX which should be a lot faster.

@jeromegn
Copy link
Member Author

jeromegn commented Jan 2, 2024

A similar, simpler, optimization has been done in #131 and the index was applied in #128. Closing.

@jeromegn jeromegn closed this Jan 2, 2024
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.

1 participant