This repository was archived by the owner on Feb 27, 2025. It is now read-only.
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Very slow performance #13
Closed
Description
Hi All,
Config - Databricks 6.6 (Spark 2.45)
Target - Azure SQL DB Premium P4
This connector , code
FLOC_VW.write \ .format("com.microsoft.sqlserver.jdbc.spark") \ .mode("overwrite") \ .option("url", url) \ .option("dbtable", tableName) \ .option("user", Username) \ .option("password", Password) \ .option("BEST_EFFORT","true") \ .option("tabLock","true") \ .save()
Minutes taken - 53 on Average
Same configuration but - spark connector - Performance 4x faster <10 mins of average
Any suggestions where it could be going wrong?