We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to solve this scenario?
Add two calculators when there is a delete operation.
The deletion times of the original table are recorded in delete1
The deletion times of the new table are recorded in delete2
When cut-over:
When res1 is equal to res2, no data will be lost.
The text was updated successfully, but these errors were encountered:
reference only
Sorry, something went wrong.
👋 @suyestyle this might be possible to do during the atomic cut-over but it would cause a delay in the cutover. We have another approach that we use at GitHub - we continuously run test migrations against real data using replicas dedicated to testing gh-ost, which gives us confidence that we're not losing data during migrations.
This is great.
Will this feature be added in the next stable release?
No branches or pull requests
Is it possible to solve this scenario?
Add two calculators when there is a delete operation.
The deletion times of the original table are recorded in delete1
The deletion times of the new table are recorded in delete2
When cut-over:
When res1 is equal to res2, no data will be lost.
The text was updated successfully, but these errors were encountered: