Hello,
We are using CRM online
We want to delete a large amount of data (17 millions rows) from 3 entities (with no workflows or plugin trigured)
The standard Bulk delete is taking over 2 weeks , (20 records / sec)
So we wanted to use SDK with ExecuteMultiple, (with multithreading we are limited by 2 executeMultiples)
So with that, we can double the performanace (with two executemultiple we delete 40 records/sec) (limit of 2 executeMultiples ) but that's not sufficient.
So my question is : what is the best way to delete milions of rows from CRM online with a good performance.
*This post is locked for comments