cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
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

daniel_sahal
Esteemed Contributor
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/

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now