Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How can you speed up workflow

pg_two
7 - Meteor

How can you speed up workflow? 

As you can see in the figure below: 1.5GB of data (927,582 pieces of data), using the tools in the red circle for batch replacement operation, running for about 30 hours, and then pushing the data into Tableau server took another 20 minutes. Is there anything the community can do to increase the speed?

pg_two_0-1684724904614.png

 

4 REPLIES 4
FrederikE
13 - Pulsar

Hey @pg_two,

 

Publishing 20min for 1.5GB to Tableau Server seems reasonable, this is pretty common as upload speeds to Tableau are not the best (Maybe the newer Tableau Tool would be quicker). Server resources are more likely the reason for this than Alteryx Designer resources. 

 

With the total runtime - is this only the dynamic replace tool that is running that slow? If yes, can you post the formula here?

Maybe that is the reason. Otherwise, it is hard to see why this might be happening. 

pg_two
7 - Meteor

Thanks,@FrederikE 

You may be right about tableau release loss for such a long time. This is the formula I used here.

pg_two_0-1684737703884.pngpg_two_1-1684737753064.png

 

danilang
19 - Altair
19 - Altair

Hi @pg_two 

 

You have your Dynamic Replace configured to Autofield Field Types.  This means that Designer has to scan all the data to determine the best field type after ever pass of the tool.  If you can, use the preceding Select tool to set the correct output field for all your post processed records and use Keep Original Field Types in the Dynamic Select.

 

Dan

wlau
6 - Meteoroid

Is it possible to reorganise the workflow to carry out that big text operation in a database engine of some sort?  Ideally, do the processing using in-DB tools upstream, and then bringing into the workflow for Tableau later?  I get the feeling that even in an un-optimal setup of pushing 1.5Gb to a database in the middle of the workflow, just to process the 1mil rows and then downloading it back into the workflow should be less than 30 hours.

Labels