Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

Is there any dependency of number of transformations on the running environment(photon/spark) ?

41698a0ca29453be25d2
8 - Asteroid
 
3 REPLIES 3
Trifacta_Alumni
Alteryx Alumni (Retired)

There is no "dependency" in terms of "running" Photon/Spark execution engines.

I guess your question is the impact of steps when run on both engines. There is a significant impact of n.o of steps based on the size of the Spark cluster and other Spark properties. Photon is an in-memory execution engine that run a chrome browser, so there is natural dependency on the available memory to a user's chrome and processor memory.

General rule of thumb is to keep the steps to minimum and efficient in a recipe. Best practice is to keep about 20 steps in a recipe.

41698a0ca29453be25d2
8 - Asteroid

That answers my question.

Thank you for your response.

 

Trifacta_Alumni
Alteryx Alumni (Retired)

No problem