Data Extraction Latency | Community
Skip to main content
derrickr8850025
Level 2
January 17, 2019
Solved

Data Extraction Latency

  • January 17, 2019
  • 1 reply
  • 1548 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by derrickr8850025

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

1 reply

derrickr8850025
derrickr8850025AuthorAccepted solution
Level 2
January 18, 2019

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