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