Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Data Extraction Latency

Avatar

Level 2

Hello

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?

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.


Updated the relationships and all is well. Thanks

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

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.


Updated the relationships and all is well. Thanks