Hi,
I have to import a huge amount of data from an external source (>500k records).
When I do a loop with insertData() it takes quit long to import the data. While a bulk SQL insert script does this in minutes.
My question: Is it safe to do this via a sql script? The records I import are versioned and I have the fear, that I’m missing some data in preside later.
Any best practise advice here?
Thanks,
Michi