We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Huge data size - Workflow running for too long

Abhii2658
8 - Asteroid

I have 5 excel files that i need to merge and carry out a wide range of workflow functions on them to get the desired result.. The workflows are working perfectly when the input is just one files. But when i give 4-5 files the combinations are excessive. Alteryx runs forever and i was surprised to see the data size in some workflows. 

Is there a way to get things moving faster ?

 

Abhii2658_0-1628482878256.png

 

4 REPLIES 4
Abhii2658
8 - Asteroid

I have 11 Joins in the workflow. 

Abhii2658
8 - Asteroid

Still processing, volume is getting huge now 

Abhii2658_1-1628483885897.png

 

 

messi007
15 - Aurora
15 - Aurora

Hello @Abhii2658,

 

Please check the keys that you're using on the joins as it looks like you have a Cartesian join.

 

Make sure that you don't have duplication on the keys that you're using  on each join.

 

Best regards,

OllieClarke
15 - Aurora
15 - Aurora

Hi @Abhii2658 if the workflow works fine with 1 file, but goes wrong with multiple, then it sounds like you need to include the filename as a join clause in all your join tools (and also probably as a group by option in all your summarize/cross-tab tools). You can bring in the filename using option 5 in the Input Data tool: 

OllieClarke_0-1628534163224.png

 

Hope that helps,

 

Ollie

 

Labels
Top Solution Authors