Closed zloster closed 6 years ago
The strange thing was when using the status
command in the mysql
shell each single update was issuing 4 (four) SQL statements. At least the counter was telling such a number. This needs inspection.
Also investigate tweaking the Hibernate CacheMode
, FlushMode
and adding readonly
attribute for the read-only operations:
The implementation is changed to use batch updates with manual hibernate
transaction handling. Creating bug reports to dropwizard
and hibernate
is pending.
[From the mailing list}(https://groups.google.com/d/msg/framework-benchmarks/7KzlbOfnm30/KODCEcxIBAAJ):
I've done a quick check and indeed the value in the returned JSON for given
id
is different than in the DB.