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

Solution shall use PostgresSQL and Flyway #38

Open
ecruz165 opened this issue Jul 10, 2023 · 0 comments
Open

Solution shall use PostgresSQL and Flyway #38

ecruz165 opened this issue Jul 10, 2023 · 0 comments

Comments

@ecruz165
Copy link
Collaborator

ecruz165 commented Jul 10, 2023

The solution should be migrated to a open source database like Postgres. Before performance issues were seen and that is why MS SQL was chosen.

Expection:

  • Create performance test script to collect some performance numbers against MS SQL
  • create sql files to drop and create schema and tables
  • create sql files to drop and, create indexes
  • create sql files to delete and insert data
  • Decide on Liquibase or Flyway to apply sql
  • Create container to host Postgres
  • Configure DB Change management to apply SQL.
  • Update/test docker compose file
  • Test configuration against application
  • Run performance test scripts against Postgres.

Definition of Done:

  • Docker deployment includes Postgres and at least matches current performance
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