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.
  1. News

    Key Generation Strategies in Entity Framework 7

    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...
Back
Top