-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: PagoPA-2427 migration service type adjustment 1️⃣ ㏈ #272
Conversation
https://github.com/pagopa/pagopa-debt-position.git into PAGOPA-2427-serviceType-adjustment Conflicts: src/main/resources/db/migration/V022__UPDATE_PP_SERVICE_TYPE.sql
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a doubt: does the execution of this transaction block other transactions? What kind of lock does it acquire?
it is important to understand this and test the migration duration, downtime should be avoided
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, DML operation of type UPDATE locks the affected rows during the transaction. To limit the problem, the transactional block could be removed, but the risk is that, in the event of errors, an inconsistent situation could be created. Execution detail in UAT via dbeaver: Execute time (ms) 13913 |
Changes are included in this PR |
|
This pull request does not contain a valid label. Please add one of the following labels: |
List of Changes
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: