Answer the question
In order to leave comments, you need to log in
What to choose to work with a database on a Java server?
Hello! I am writing a server using Netty for a large number of requests, what is the best choice for working with databases? Hibernate? So that something would be written quickly and there were no problems.
Answer the question
In order to leave comments, you need to log in
Use jdbcTemplates. If there are a lot of requests, the hiber will squander the performance one way or another. The fastest will be pure jdbc, but to make life easier, I think jdbcTemplates will come in handy.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question