We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add indexes to the database columns as we're not always searching by the whole primary key, so the parts may still be slow to query.
The text was updated successfully, but these errors were encountered:
#294 Updating packages for persistence
f385b59
#294 Add the index to each column
f900b0f
#294 Use default names for index
9a9611a
Merge pull request #310 from TWilkin/294.persistence-indexes
0f637b5
#111/#294/#297 Add health check and indexes to persistence
TWilkin
Successfully merging a pull request may close this issue.
Add indexes to the database columns as we're not always searching by the whole primary key, so the parts may still be slow to query.
The text was updated successfully, but these errors were encountered: