Hello!
I am new to Alteryx and any help/suggestion is appreciated.
Problem:
I need to processing billions of data points for my analysis. If I take all data together then Alteryx runs for hours. There is no way I can pull this data outside db.
I am doing everything in-DB and using summarize to get more insights.
Is there a way to split the initial (Billions of record) into smaller batches in Alteryx without pulling it outside DB?
Would this reduce my temp DB consumption?
Thanks!