Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Work without connecting calling database over and over

Ricardo_Montero
5 - Atom

Hi all,

 

Just wondering if there is a way to bring a huge data set from a database and kind of "save it in the workspace" so that with any additional change the workflow won't connect to the database again so that it could run faster.

 

Many thanks!

2 REPLIES 2
echuong1
Alteryx Alumni (Retired)

Use the "cache and run" feature. Right click on a tool where you want the workflow to cache the data up to, and then click cache and run. The data will be saved in temp space and the data won't be re-run through the tools cached. 

 

There are limitations to which tools can be cached - generally tools with one output node can be cached. Let me know if that helps!

 

https://community.alteryx.com/t5/Engine-Works-Blog/Just-take-the-Cache-and-Run-Caching-in-2018-3/ba-...

Ricardo_Montero
5 - Atom

 

Perfect! Great stuff!

Labels