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

Adding sync mechanism and constraint split #352

Merged
merged 11 commits into from
Aug 3, 2021
Merged

Adding sync mechanism and constraint split #352

merged 11 commits into from
Aug 3, 2021

Conversation

davidducos
Copy link
Member

After implementing Fast Index Creation, @bato3 reported an issue related to constraints. Before adding a constraints we need to be sure that there is an index over the referenced column. That is why we had to split the add index step in 2 stages, first the indexes and then the constraints.
We also find out that the sync mechanism was not correctly implemented. Now is more robust.

@davidducos davidducos changed the title Adding sync mechanisim and constaint split Adding sync mechanism and constraint split May 27, 2021
@davidducos davidducos added this to the Release 0.10.9 milestone Jun 16, 2021
@davidducos davidducos linked an issue Jun 16, 2021 that may be closed by this pull request
@davidducos davidducos linked an issue Jul 16, 2021 that may be closed by this pull request
@davidducos davidducos merged commit f138eec into master Aug 3, 2021
@davidducos davidducos deleted the fic_sync branch August 17, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants