I’m trying to store 46,000 objects in Sterling and it’s taking 3 minutes.
Yes I know it’s a lot but this is data provided by the customer and could end up being a lot more.
I’m guessing each time I save a new object it is looking up the key to see if the object has already been stored.
Is there any way to bypass this and tell sterling to just insert?
Any other ideas?
Without knowing anything about your data structure it’s a bit difficult to recommend ways in which you could improve performance, however:
I woudl definitely recommend reachign out to Jeremy and the Sterling team via the CodePlex site if none of the above help.