SQL Server 2019 Polybase

sakuraime 2,331 Reputation points
2021-02-02T01:33:06.117+00:00

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 ??

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,147 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alejandro Echeverria 6 Reputation points
    2021-02-03T03:22:06.407+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.