开发者

Bulk Insert in mysql Table using Linq to entity

开发者 https://www.devze.com 2023-04-10 04:40 出处:网络
I have millions of record that I want to insert in mysql table and I am using linq t开发者_如何学JAVAo entity for this. I want that it will use minimum database resource for inserting records.

I have millions of record that I want to insert in mysql table and I am using linq t开发者_如何学JAVAo entity for this. I want that it will use minimum database resource for inserting records.

Any bulk insertion idea that will help me. Please suggest me that how can I use minimum resources.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消