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

[columnar] Force trigger and constraint checks after every multi-insert #182

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

JerrySievert
Copy link
Contributor

As noted in #177, during a multi-insert, we were blindly inserting all data without doing any constraint or trigger checks.

This PR adds the constraint and trigger checks in.

This will likely have an affect on multi-insert (COPY) speed, but is now correct instead of allowing for duplicates when they should not be allowed.

@JerrySievert JerrySievert added the bug Something isn't working label Oct 25, 2023
@mkaruza
Copy link
Contributor

mkaruza commented Oct 26, 2023

Please include test case for this.

@mkaruza mkaruza self-requested a review October 27, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants