Yes, Polybase is single threaded unless you scale out. However, under certain circumstances you can get parallel partition retrieval from SQL Server and Oracle. You can write back from another external table, but its purpose is not data migration but instead ease reporting.
SQL Server 2019 Polybase
sakuraime
2,331
Reputation points
May I know by default Polybase is just a single thread to copy data, unless scale out the polybase enginee?
Can we write back (insert into external table) , from another external table ... where these external tables are from and target to Oracle ??