Hi,
So, as introduction I'm 2-3 weeks old to Alteryx environment, I was creating a workflow which included 3-4 files coming from oracle and 7-8 files are text files on a network drive.
Oracle files are big in size and text files are more like a lookup file to description of codes in oracle table.
The problem is on server this flow is failing due to unknown error, which after going through forum I realised is possibly due to memory exception.
Because when I try to run the same workflow on system it is giving me memory exception which is due to the big Cartesian join it is creating.
So I also tried to use "Find and Replace" tool but it is the same thing.
I'm attaching the flow, it's possible I'm so much wrong here or maybe another way to do it.
Also, I would like to know how the Alteryx create Cache, would it Cache the big table or small table when executing join and where this cache will be created in Alteryx server or in oracle?
Also, I'm moving text files to oracle to see how it would work out, but still I'm curious to know what all the things I did wrong here.
Any help would b e great.
Thanks!