Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

With JDBCurl, when using the following construct:

...

config.setJdbcUrl("jdbc:mysql://localhost:3306/mysqldb");

Hikari will have to wrap the Datasource into a DriverDataSource class, leading to more calls and cause a performance hit as can be seen in HikariPool.java

...