Summarize the problem
I've seeing particularly slow performance out of Azure Data Factory. Searching for similar questions on StackOverFlow turns up nothing except for the advice to contact support. I'm rolling the dice here to see if anyone has seen something similar and knows how to fix it.
In short, every operation I try in ADF results in excruciatingly slow performance. This includes:
- Extracting a zip in blob storage to blob storage
- Copying a number of small compressed files into Azure Data Explorer
- Copying a number of small uncompressed json files into Azure Data Explorer
In both cases the performance is in the kilobytes per second range. In both cases the copy/import will eventually work but it can take hours.
Describe what you've tried
I've tried:
- using different regions
- creating and using my own Integration Runtime
- playing with different parameters that could potentially affect performance such as parallel connections etc.
- Contacting Microsoft support (who sent me here)
Show some code
Not really any code to share. To reproduce just try extracting a zip to and from blob storage. I get ~400KB/s.
In summary, any advice would be gratefully received. If I can't get this bit working I have to implement a the ingestion factory manually, which on reflection sounds like fun than I've been having with ADF.