Wednesday, 15 February 2012

What is the fastest type of JDBC driver? | Java JDBC


JDBC Net pure Java Driver is the fastest JDBC driver.  JDBC-ODBC Bridge Driver and Network protocol Driver drivers will be slower than Native API Partly Java Drivers (the database calls are make at least three translations versus two), and JDBC Net pure Java Drivers are the fastest (only one translation).

No comments: