Optimize read performance from JDBC data sources

Learn how to optimize performance when reading from JDBC data sources in Databricks.

Written by Adam Pavlacka

Last published at: June 1st, 2022

Problem

Reading data from an external JDBC database is slow. How can I improve read performance?

Solution

See the detailed discussion in the Databricks documentation on how to optimize performance when reading data (AWS | Azure | GCP) from an external JDBC database.

Was this article helpful?