Effective method of loading to sqldb

vishwanath jangam 21 Reputation points
2021-03-11T16:21:24.4+00:00

I have to transfer some 10 Mn rows of records to Azure sql db(not sql dw) from databricks , can you pls tell me the effective way of doing it using python or pyspark.
Is jdbc, an effective method of using for huge data like 10 mn rows.

Azure SQL Database
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,091 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anurag Sharma 17,591 Reputation points
    2021-03-12T04:53:41.427+00:00

    Hi @vishwanath jangam , welcome to Microsoft Q&A forum.

    I would suggest you to go through the below article where it presented the comparison based on connector for records close to 144 million.

    Apache Spark connector: SQL Server & Azure SQL

    77061-image.png

    It clearly says that spark-connector is faster compared to jdbc.

    Please let me know if this helps or else we can discuss further.

    ----------

    If answer helps, please mark it as 'Accept Answer'

    0 comments No comments

0 additional answers

Sort by: Most helpful