-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
What is the fastest (and recommended) way of doing bulk insert using MightyOrm?
I've tried the public override IEnumerable<T> Insert(IEnumerable<object> items) method. However, it doesn't seem very fast. As of writing this, I'm inserting 100K rows in total, and it has taken several minutes reaching 20K.
Update: It took over an hour inserting 100 000K rows (15 columns).
Any inputs on this?
Thanks,
Thomas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request