Forum Discussion
sevenhills
3 years agoSuper User
Dataflow - Combine files - performance
Hello all,
We have few hundred files of semi-structured data on ADLS Gen 2. Every thing is working fine.
Dataflow is developed as below:
- Get the files list
- Combine all the files
- * i.e., post files combining * Split into multiple tables. Each file will have 4 types of tables:
- Sales by Region
- Outstanding dues by Region
- Optional Table: Returns this period, optional table. If No returns, Prior to 2020, placeholder text was used saying, "no returns for this period" and from 2020, this table has become optional.
- Summary
- Apply transformations - split, trim, clean, fill down, ... logic based on table.
Performance: It is taking time to process as we are doing transformations post file combining. Any recommendations to improve performance?
Best practices question - any advanced techniques to combine and transform these files?
Thanks in advance.
No RepliesBe the first to reply