简体   繁体   中英

Performance tuning Azure SQL when loading with Data Factory

I've been able to successfully import data from blobs into Azure SQL and the performance I'm seeing is approximately 55k rows / minute. For my dataset this takes roughly 8 hours to complete.

I've tried changing the DTU of the database, write batch size to the database, parallel copy (from auto, to 1, 2, 3...). All made no noticeable difference.

I'm looking for suggestions on what I can do to improve the load rate into Azure SQL using Data Factory (v2).

The issue turned out to be the amount of I/O required. Moving to 'Premium' level before doing the bulk load reduced the load time significantly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM