Hi Team,
I have 2 scenarios.
I have workflow that pulls data from alteryx server from it's default database, data related how many workflows are running, how many queued etc. The output has to be written into an oracle database using output tool(used oracle bulk upload in file format and append existing). This flow generates 95k records.
I first directly ran the workflow as above but after 2 hours only 26% of the workflow ran, so I cancelled the workflow. Because of this
Secondly I wrote the output to yxdb file, this happend in just 20 mins. Post that i took this yxdb file in input tool and connected to output tool with same oracle bulk upload option still it took 4 hours.
everyday i need to write 1lakh records to oracle database and schedule this workflow.
I don't know what is the mistake I am doing, how to reduce the time, also I don't want to manually take output in yxdb and then run again by writing to oracledb.
can anyone suggest please.
Thanks
Thanks.