Hibernate Performance Tuning: 10 Common Hibernate Mistakes That Cripple Your Performance

preview_player
Показать описание
Do you think your application could be faster if you would just solve your Hibernate problems?
Then I have good news for you!
I fixed performance problems in a lot of applications, and most of them were caused by the same set of mistakes. And it gets even better, most of them are easy to fix. So, it probably doesn’t take much to improve your application.

Here is a list of the 10 most common mistakes that cause Hibernate performance problems and how you can fix them.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?
Рекомендации по теме
Комментарии
Автор

Very useful! Thanks! The lazy fetch type improves the performance quite a lot, though for me it's a bit less programmer-friendly

zakhard
Автор

Wow! our project has all of the mistakes mentioned used in every part of it :D

asoom
Автор

Yes this is Spring data repository who is making those JOINS him self. Its smart enough to generate those query hints (or any other way) by him self.

MiteshSharma