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

Поділитися
Вставка
  • Опубліковано 14 тра 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