Skip to content

Speed up insert operation (BulkSaveChanges) #15059

@MaklaCof

Description

@MaklaCof

Currently inserting thousands (1000, 10000, 100000) of records is really slow. I think there is room for improvement, so I am creating feature request for bulk SaveChanges.

Inspiration came form (EntityFramework Extensions).

In my case, the factor between SaveChanges and BulkSaveChanges is even greater then:
chrome_2019-03-18_12-29-32

I think this is somehow related with #9270 and #795, but not duplicated. (I might be mistaken.)

Use case:

  • import entire table from another source (excel, web ...)
  • custom reports - query some data from multiple tables, process results and write it to (temp) table

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions