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

Support using no_auto_parameterize to remove the insert limit #2242

Conversation

davekaro
Copy link
Contributor

@davekaro davekaro commented Nov 4, 2024

Before this change, if you enabled the pg_auto_parameterize extension, all inserts were limited to 40 rows at a time.

Now, you can use the #no_auto_parameterize method to turn off this behavior since inserts without parameterization can handle much higher rows at a time.

Before this change, if you enabled the pg_auto_parameterize extension,
all inserts were limited to 40 rows at a time.

Now, you can use the `#no_auto_parameterize` method to turn off this
behavior since inserts without parameterization can handle much higher
rows at a time.
@jeremyevans
Copy link
Owner

Thanks for the patch!

@jeremyevans jeremyevans merged commit 2df2aad into jeremyevans:master Nov 5, 2024
15 of 16 checks passed
@davekaro davekaro deleted the support-no_auto_parameterize-inserts branch November 5, 2024 01:46
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.

2 participants