Migration Batch Size? #1690
carsonholmes
started this conversation in
General
Replies: 1 comment
-
Yes, if you break it up all the links will work. The state for the migration is stored in the "ReflectedWorkItemId" field and its resumable and choppabl-uppable! You can use a query to chop it up into batches. I don't think that the lower speed that you are encountering is to do with the batch size.
I hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm so excited to have this application running, much appreciate the community! I started it running on a batch of 7500 work items about three hours ago. The first 1000 seemed like good performance but it seems like the more it runs the slower it gets, as if it's looping through the batch size each time to generate links.
If I break up the batch in random chunks, do the links properly migrate? If not, I guess Epic trees would be the best approach, though I may lose linking across those trees. Appreciate any guidance here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions