Budric wrote:
It takes me 3 minutes per object, but I import 60 or so of them so It becomes a few hours for me as well.
Oh so, I thought it was 3 minutes per import.
Quote:
I went through the sql output and I noticed I don't get any SELECT statements only insert and update. Update is used for one-to-many relationships for Set objects but not for one-to-many relationships for List objects. I'd like to get rid of those updates somehow maybe get an increase in speed.
In my case I didn't notice any updates, although I map relationship to set type.
Quote:
I don't use composite keys and I use MS SQL Server express, I don't know if that makes a difference?
Obviously turning off the sql output reduces the time by around 40%, but I think you probably know that already.
Yes, I know, but I think I should get rid of these selects first, if possible. They are really unnecessary in my case, because I create these objects and evict them from cache afterwards. They are not passed around between sessions. [/quote]