draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
MIT License
23 stars 7 forks source link

Replace simple Connection with ConnectionPool for improved performance #91

Closed mephenor closed 4 years ago

mephenor commented 4 years ago

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.