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

Database Management #148

Open
jackrwoods opened this issue May 20, 2021 · 1 comment
Open

Database Management #148

jackrwoods opened this issue May 20, 2021 · 1 comment

Comments

@jackrwoods
Copy link
Contributor

Our database schema may require optimization. I know for a fact that our database contains unused tables and other cruft that we can eliminate.

  • Reduce the number of joins required for data queries (get last month's data for a building)
  • Add simple performance testing for API routes to prevent future performance regressions
  • Create paged API endpoints?
@solderq35
Copy link
Contributor

I'm not sure if this has been addressed but I think Milan did mention that we still do have too many SQL joins, so I'll keep this issue open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants