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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Temporary Storage Iterative Macro

Jishnu_K
8 - Asteroid
Hi AlteryxMates,

I was building a workflow and my temporary storage gets completely filled.

Now I am planning to run the data as batches using a batch macro.

How does the batch macro consume temp storage space? Will it remove cache(temp memory) used by the previous iteration while running ?

Any thoughts

(## Similar scenarios can be solved in python-> del and gc.collect() are the two different methods to delete the memory in python. The clear memory method is helpful to prevent the overflow of memory. )

Thanks
#data #alteryx
 
 
2 REPLIES 2
mceleavey
17 - Castor
17 - Castor

Hi @Jishnu_K ,

 

can you please provide some more information?

Without seeing what you're doing it's going to be difficult to ascertain the problem.

 

Are you outputting into a temp location at the end of each iteration? Are you outputting at all?

 

Thanks,

 

M.



Bulien

Jishnu_K
8 - Asteroid

@mceleavey 

 

I am planning to run data as batches. Outputs are generated inside the batch macro during each iteration. 

 

So the temp storage space consumed for first batch/iteration will be removed or will remain there , when the second batch executes through the batch macro?

Labels
Top Solution Authors