Hacker News new | ask | show | jobs
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.
1 comments

https://news.ycombinator.com/item?id=5499839

ps: i agree that raw jdbc would enhance the performance.