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 performance improvements #484

Open
cdausmus opened this issue Aug 16, 2021 · 0 comments
Open

Database performance improvements #484

cdausmus opened this issue Aug 16, 2021 · 0 comments
Labels
Type - improvement Improving an existing feature or functionality, but not as major as an enhancement or new feature.

Comments

@cdausmus
Copy link
Collaborator

Look at possible database improvements to improve db read times when selecting from task, transcription and field.

  • jsonb refactoring
  • some sort of partition of active / complete expeditions
  • elasticsearch queries
  • punting archived expeditions off to a separate set of tables might make sense as well, but then you need to fix a bunch of queries to hit both sets for statistical queries - or use elasticsearch for those queries maybe?
@cdausmus cdausmus added the Type - improvement Improving an existing feature or functionality, but not as major as an enhancement or new feature. label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type - improvement Improving an existing feature or functionality, but not as major as an enhancement or new feature.
Projects
None yet
Development

No branches or pull requests

1 participant