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.

How to Cache Large data file in Alteryx Analytical App

harshalsonioo1
5 - Atom

The question is explained in the title itself. I am working on an Analytical App which will greatly benefit if I can cache some of the files in the workflow. I understand how to cache files in the workflow but don't understand if similar functionality is possible while running the app.

1 REPLY 1
mceleavey
17 - Castor
17 - Castor

Hi @harshalsonioo1 ,

 

The short answer is, you can't.

Caching is used for when you're developing.

 

You can improve the processing speed of the app by changing the format and/or storage location of your larger files. If you're loading in large Excel files, for example, it might be more efficient to store these files as .yxdb files.

If you have a a huge data size of hundreds of millions of rows of data then you might want to look into Calgary functionality as this will allow huge data sources to be queried in seconds.

 

M.



Bulien

Labels
Top Solution Authors