I've created a workflow that has an output of 10mil records. I created my data extraction object. I am returning on 4 fields and none of them are calculated.
As of writing this question on the forums, the data extraction step is at 25minutes. Is this expected? If not, is there anything I can do to speed this up?
I checked the query and the joins between the schemas. I found out that data was being brought in from multiple one to many relationships for the 10 million records. Removed those fields and it ran in 8seconds.
I checked the query and the joins between the schemas. I found out that data was being brought in from multiple one to many relationships for the 10 million records. Removed those fields and it ran in 8seconds.