cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Efficiently move multiple files with dbutils.fs.mv command on abfs storage

Dean_Lovelace
New Contributor III

As part of my batch processing I archive a large number of small files received from the source system each day using the dbutils.fs.mv command.

This takes hours as dbutils.fs.mv moves the files one at a time.

How can I speed this up?

1 ACCEPTED SOLUTION

Accepted Solutions
1 REPLY 1

daniel_sahal
Esteemed Contributor

@Dean Lovelace​ 

You can use multithreading.

See example here: https://nealanalytics.com/blog/databricks-spark-jobs-optimization-techniques-multi-threading/