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

Don't attempt to drop and recreate unique indices #88

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Conversation

shayonj
Copy link
Owner

@shayonj shayonj commented Jan 20, 2024

Droping unique indices is not possible w/o having to drop and recreate the constraint.

We could in future consider doing that if there are significant performance gains. Otherwise, just don't attempt to drop/recreate it.

We'd still gain on the performance improvement from having dropped other indices before copy

#8 (comment)

Droping unique indices is not possible w/o having to drop and recreate the constraint.

We could in future consider doing that if there are significant performance gains. Otherwise,
just don't attempt to drop/recreate it.

We'd still gain on the performance improvement from having dropped other indices before copy
@shayonj shayonj merged commit 65f5a7c into main Jan 20, 2024
42 checks passed
@shayonj shayonj deleted the s/drop-uniq-no branch January 20, 2024 20:48
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

Successfully merging this pull request may close these issues.

1 participant