zloster / FrameworkBenchmarks

Source code for the framework benchmarking project
http://www.techempower.com/benchmarks/
Other
0 stars 0 forks source link

Investigate this warning in dropwizard-jdbi-postgre #41

Closed zloster closed 6 years ago

zloster commented 6 years ago
Accessing URL http://TFB-server:9090/db/query?queries=:
  Response (trimmed to 40 bytes): "[{"id":7952,"randomNumber":2183}]"
   WARN for http://TFB-server:9090/db/query?queries=501
     Response key `randomNumber` is over 10,000. This may negatively affect performance by sending extra bytes
     See http://frameworkbenchmarks.readthedocs.org/en/latest/Project-Information/Framework-Tests/#specific-test-requirements
zloster commented 6 years ago

Something has written to the database values which are out of [1,10000] range.