You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
insert batches
About this tag
The tag 'insert batches' is used in discussions about Entity Framework 7, specifically regarding key generation strategies that optimize large INSERT batches by fetching keys beforehand. This approach improves performance when inserting multiple records simultaneously. The content focuses on database operations and ORM techniques within the .NET ecosystem, relevant for developers working with Entity Framework and SQL Server. Topics include sequence-based key generation and batch insert efficiency.
In this short video Rowan takes us through a different approach to generating keys in Entity Framework 7 using sequences. This approach is interesting in cases of large INSERT batches primarily because keys are all fetched beforehand. Would love your thoughts!
Here are some links for more...
asp.net
best practices
community
configuration
database
development
ef7
entity framework
github
insertbatches
key generation
learning
new features
performance
programming
rowan miller
sequence
software
video