Hi Manon G,
Thank you for posting query in Microsoft Q&A Platform.
There could be several reasons why the copy activity from Oracle to ADLS2 is taking longer than expected. Here are some possible causes and suggestions which I am listing down. Please check them.
Network latency: If the Oracle database is hosted on-premises or in a different region than the ADLS2 storage account, network latency could be a factor in the slow performance. You can try running the pipeline from a VM in the same region as the storage account to see if this improves performance.
Data volume: If the table being copied contains a large amount of data, this could be a factor in the slow performance. You can try partitioning the data further or increasing the number of DIUs to see if this improves performance.
Data type conversion: If there are data type conversions happening during the copy activity, this could be a factor in the slow performance. You can try optimizing the data type conversions or eliminating them altogether to see if this improves performance.
Parallelism: If the degree of parallelism is set too low, this could be a factor in the slow performance. You can try increasing the degree of parallelism to see if this improves performance.
Resource utilization: If the CPU and memory utilization on the host server are spiking to 100%, this could be a factor in the slow performance. You can try optimizing the resource utilization by tuning the pipeline settings or increasing the resources available to the host server.
Database performance: If the Oracle database is experiencing performance issues, this could be a factor in the slow performance. You can try optimizing the database performance by tuning the database settings or running performance tests to identify any bottlenecks.
Data format: If the data is in a format that is not optimized for Parquet, this could be a factor in the slow performance. You can try optimizing the data format by converting it to a more efficient format or using compression to reduce the data size.
By troubleshooting these potential causes, you should be able to identify the root cause of the slow performance and take steps to improve it. Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.