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 DB indexes, add missing indexes #70

Open
vosi opened this issue Oct 4, 2020 · 0 comments
Open

Fix DB indexes, add missing indexes #70

vosi opened this issue Oct 4, 2020 · 0 comments
Assignees
Labels

Comments

@vosi
Copy link
Contributor

vosi commented Oct 4, 2020

There are models with columns that are used for queries and are not indexed

There are wrong index types for long varchar columns (hashindex should be used)

There are long varchar columns with unique constraint and btree index, should be hashindex

@vosi vosi self-assigned this Oct 4, 2020
@vosi vosi removed the engineering label Oct 4, 2020
@buckyroberts buckyroberts added 2500 and removed ready labels Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants