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

Add indexes to postgres db #73

Open
mark-meyer opened this issue Jun 26, 2018 · 0 comments
Open

Add indexes to postgres db #73

mark-meyer opened this issue Jun 26, 2018 · 0 comments

Comments

@mark-meyer
Copy link
Member

Currently queries to the DB are not using indexes. This isn't causing noticeable performance problems because the tables are small enough that full table scan are still fast. But as the DB grows we may need to examine which queries will benefit from indexing and add appropriate indexes. This will require adding the indexes to the existing tables and also adding code to the app to create indexes when the tables are created.

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

No branches or pull requests

1 participant