The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Directory Tool to Recurse in Parallel

From what I can tell using ProcMon, presently when using the Directory tool to list files (including subdirectories) the Alteryx Engine runs a single threaded process.

When you're trying to find files by checking recursively in large network paths, this can take hours to run.

It would be great if the tools would split up lists of directories (maybe by getting two or three levels down first) and then run each of those recursive paths in parallel. 

While it is possible to do this using a custom Python or cmd->PS command, it would be great if this could just be a native part of the application.

4 Comments
AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes
 
SeanAdams
17 - Castor
17 - Castor

@patrick_mcauliffe - this seems like a great area for AMP to focus - since AMP's main claim to fame is the parallel threading!

TheOC
15 - Aurora
15 - Aurora

Really great idea - I'm curious how it would allocate threads to this, would this be AMP only or also supported in e1?

patrick_mcauliffe
14 - Magnetar
14 - Magnetar

@TheOC I would have expected it to be an AMP feature, like @SeanAdams mentioned.