draeger-lab/ModelPolisher

Replace simple Connection with ConnectionPool for improved performance

mephenor opened this issue · 0 comments

HikariCP is now used in refactoring branch instead of a simple connection to drastically reduce time for acquiring connections.
As normal Statments are not supported, all queries are now handled as PreparedStatements, which should also address #4.