Closed zloster closed 5 years ago
The usage of transactions have to be checked because currently the performance in the update and multiple queries test is slower than the hibernate and servlet-postgres-raw versions.
update
multiple queries
hibernate
servlet-postgres-raw
There is a problem with Hibernate 5.2 and dropwizard so this could be not true.
Dropwizard/JDBI is updated so this is no more applicable.
The usage of transactions have to be checked because currently the performance in the
update
andmultiple queries
test is slower than thehibernate
andservlet-postgres-raw
versions.