Enhancement Request: Data Import to support concurent connections #474
Replies: 1 comment 1 reply
-
Will look at exposing the Therefore, increasing it may not give you the performance gain you are expecting. It has built in intelligence of data relationships. Therefore, it can only import data concurrently if data relationships allow for it. In many cases the data that something refers to has to be imported first before the data referring to it can be imported. This would be the case if you were manually importing data with the underlying APIs |
Beta Was this translation helpful? Give feedback.
-
With the latest version of PAC CLI, there appears to be support for parallel thread processing: ( https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/data#--connection-count--c )
Surfacing this as an optional parameter through GitHub actions would be a significant improvement as the current approach runs on a single thread, making it process very slowly for larger datasets. (alternately, defaulting to a higher number than 1 would also be helpful).
Beta Was this translation helpful? Give feedback.
All reactions