Forum Discussion
BartVW
1 year agoHelper I
Table.Combine in parallel possible?
Hello colleagues To work around a constraint pulling data from our source system, I am splitting up the data pull into 3 queries that all have their date filter criteria. I then append them all i...
lbendlin
1 year agoSuper User
In such scenarios we create separate queries, disable load for all, and return a query combine rather than a table combine. Make sure not to overwhelm the data source when you crank the parallelism up to 30.