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
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