Bulk Insert in mysql Table using Linq to entity
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
精彩评论