EntityFrameWork6中的Bulkinsert和Bulkdelete无需使用任何库或使用任何免费库
我想使用EntityFrameWork6在PostgreSQL表中执行批量插入,并且我正在从前端获取数据作为集合。我想使用Bulkinsert(如果有的话)来存储它,因为数据接近一百万。是否有任何使用它的内置方法或我用来执行批量插入和删除的任何免费库?
I want to perform a bulk insertion in postgresql table using entityframework6 and I am getting data from the frontend as a collection. I want to to use bulkinsert (if there is any) to store it, as the data is almost a million. Is there any inbuilt method to use it or any free library that I an use to perform bulk insert and delete?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此批量实现是否适合您。 https://github.com/pecs101/listbulkdelete
look if this bulkDelete implementation works for you. https://github.com/Pecs101/ListBulkDelete