Hi,
I have a about 10.000 rows to add into sharepoint list. The problem is that list contains many lookup fields and when I save items programmatically it takes much time to save it because of lookup fields as complex type as I checked.
The question is did you have any problem with time of saving sharepoint list items with lookup fields? For me it takes much time to save...between 7 - 15s per item !
Thanx for any help.
PS. I am using item.update() syntax to save list item.