VLAD MIHALCEA - Java Persistence and Hibernate Tips that can boost up your application performance

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • JPA is a very popular Java data access technology and knowing its inner-workings can make the difference between a high-performance enterprise application and one that barely crawls. Your application users are going to thank you for applying these tips, that's for sure.
    Every Java developer that has to write data access code will benefit from these high-performance tips I'm going to give in this presentation. From connection acquisition to handling literals, IN query statement caching, batching rewrite, and JPA streaming gotchas, this presentation will surely help you optimize the performance of your application.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @rniestroj
    @rniestroj 5 ปีที่แล้ว +7

    28:30 "When was the last time you checked the execution plan of oyur SQL queries" - i feel so bad now ;)

  • @bhargav5461
    @bhargav5461 3 ปีที่แล้ว +1

    great presentation