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

feat: improve indices #35

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

PeteMac88
Copy link
Contributor

Change the order of indices to improve query performance. By making isSent the first index in the compound index we reduce the number of keys the database needs to go through.

Closes #34

Change index order to improve query performance
@PeteMac88 PeteMac88 mentioned this pull request Sep 19, 2022
@dr-dimitru dr-dimitru merged commit cb6cea3 into veliovgroup:master Sep 19, 2022
@dr-dimitru
Copy link
Member

published as v1.3.4, thanks to @PeteMac88

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.

More performant index
2 participants