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

Investigate DB performance issues #464

Open
QuantumDancer opened this issue Sep 20, 2023 · 0 comments
Open

Investigate DB performance issues #464

QuantumDancer opened this issue Sep 20, 2023 · 0 comments
Assignees

Comments

@QuantumDancer
Copy link
Contributor

Even with only a moderate amount of records in the database, we observe long query times when retrieving records from Auditor. With Postgres being used for the database, this is not really expected. We should investigate if we can improve the performance of the DB queries.

There are several possibilities as to why the performance is suboptimal:

  • The database architecture could be improved (indices, sharding, etc.)
  • The hardware we are using to run the DB is not keeping up (currently running on a VM in an OpenStack environment).

To investigate these issues, we should first design a benchmarking setup that measures the DB performances. Afterward, we can try out optimizations and evaluate them using the benchmark.

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

2 participants