Thanks for the question and using MS Q&A platform
It appears that you are encountering a performance issue with query distribution in your SQL Managed Instance.
Since the operation_type is set to OnOperation and the distribution_type to AllDistribution, it appears the query is being distributed across all distributions. This can be resource-intensive and time-consuming, particularly with a large volume of data.
If possible, break down the data load into smaller batches. This can help reduce the load on each distribution and improve overall performance.
If your source data is remote, network latency can be a factor. Ensure the data transfer speed is optimal.
Check that no resource limits are imposed by the Resource Governor that might slow down your load process.
Please refer to these Documentations for Additional Information:
Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.