关于[Bulk copy with Entity Framework Core 5]的摘要:
MS SQL Server provides functionality to quickly insert large amounts of data. It is called Bulk Copy and is performed by SqlBulkCopy class. I already compared how fast is it compared to EF Core 5 in this post: https://www.michalbialecki.com/2020/05/03/entity-framework-core-5-vs-sqlbulkcopy-2/, but this time I want to check something different – linq2db library.
原文地址: https://www.michalbialecki.com/2021/01/21/bulk-copy-with-entity-framework-core-5/