Skip to content

Increase max bulk_batch_size#85

Open
danifus wants to merge 1 commit into
ESSolutions:masterfrom
danifus:bulk_batch_size
Open

Increase max bulk_batch_size#85
danifus wants to merge 1 commit into
ESSolutions:masterfrom
danifus:bulk_batch_size

Conversation

@danifus
Copy link
Copy Markdown

@danifus danifus commented Nov 8, 2020

The previous limit was a max of 1000 query parameters. This is changed
to max of 1000 rows (the max allowed rows for inserting) or 2050 query
parmeters (ms sql reports a max allowed of 2100 parameters but a few
parameters are reserved for executing the query).

The previous limit was a max of 1000 query parameters. This is changed
to max of 1000 rows (the max allowed rows for inserting) or 2050 query
parmeters (ms sql reports a max allowed of 2100 parameters but a few
parameters are reserved for executing the query).
@absci
Copy link
Copy Markdown

absci commented May 7, 2021

Please ignore my approval, I was on the wrong page, sorry.

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