Parallel JDBC

Parallelize your JDBC Connections in 1 Click

While clicking through the Wizard you can add parallelization to any JDBC connection by simply clicking the toggle button. Most large organizations or modern clouds have substantial network capabilities and regular single threaded JDBC connections do not saturate (take full advantage of the available bandwidth). A good rule of thumb to turn this on is on datasets that are greater than 2 Million Rows. On datasets as large as 60M + in size you can expect to see 400% performance gains.

Last updated