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

Optimize Postgres database usage in the cloud-agent #1335

Open
yshyn-iohk opened this issue Sep 10, 2024 · 0 comments
Open

Optimize Postgres database usage in the cloud-agent #1335

yshyn-iohk opened this issue Sep 10, 2024 · 0 comments

Comments

@yshyn-iohk
Copy link
Member

Proposed feature

Currently, the agent uses the connect, agent, and pollux databases.
The problem with having this architecture is the following:

  • we need to maintain and run three different migration
  • the number of connection pools and connections is multiplied by three
  • we need to create six users accounts and three db in the Portgresql db
  • we cannot fully guar
  • antee data consistency as we cannot set the constraints and rules between the databases.

Feature description

As the solution, all these data bases can be merged into one.
This will help us to maintain the consistency and optimize resource allocation (might be required in the scope of the scalability epic)

Anything else?

No response

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

1 participant