|
|
|
|
|
by bsnyder788
4821 days ago
|
|
I think that the play-java one would likely benefit greatly from using raw jdbc rather than the ebean ORM. In fact my best guess is this is why the scala/java versions are so far apart. In past projects, scrapping ebean always led to large performance improvements in throughput, etc. |
|
ps: i agree that raw jdbc would enhance the performance.