Hi,
I have a question regarding how you would structure your workload.
I work for one client, and we have workflows for different countries. For each country, we have 2 or 3 workflows. Each country uses data from different tables, the data is the same for all workflows, but we got various data transformations for each workflow.
We will not combine the workflows for each country as we often need to rerun one of the workflows.
The current setup is we are running the workflows one after another, but a big chunk of processing time goes into running the extracting the data.
Current setup:
1st workflow
2nd workflow
3rd workflow
In the development phase, I got a workflow 0 that extracts the data to yxdb files, and I would like to know if I shouldn't use that approach in production.
Development setup:
0 - Which extracts the data from the database and saves them as YXDB
1st workflow
2nd workflow
3rd workflow
I would love to hear others' opinions on this topic.