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

Default Value #2181

Closed
rogerzanelato opened this issue Mar 12, 2020 — with docs.microsoft.com · 1 comment
Closed

Default Value #2181

rogerzanelato opened this issue Mar 12, 2020 — with docs.microsoft.com · 1 comment

Comments

Copy link

What's the default value for MaxBatchSize, or how does EF Core decide the number of entitites to send in the same query, against a database?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@AndriySvyryd
Copy link
Member

Currently there's no default max size, so it's only limited by the database (e.g. 1000 rows, 65536 characters or 2100 parameters (whichever is reached first) for SQL Server)

But we do plan to change this: dotnet/efcore#9270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants