How to choose the right FetchType to avoid Hibernate performance issues

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

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

  • @ferlezcano
    @ferlezcano 3 หลายเดือนก่อน

    Nice to see new videos from again! 💪🏼

    • @Thorben-Janssen
      @Thorben-Janssen  3 หลายเดือนก่อน

      There will be more soon. I'm already working on the next one :)

  • @eluengo
    @eluengo 3 หลายเดือนก่อน

    Hi Thorben, thanks for bringing light to the complexity of the persistence layer.

  • @andtif
    @andtif 3 หลายเดือนก่อน +1

    Thanks for the video ! Can't wait for the next one!

    • @Thorben-Janssen
      @Thorben-Janssen  3 หลายเดือนก่อน +1

      Next one will be up next week

  • @siux94
    @siux94 3 หลายเดือนก่อน +1

    Hi Thorben,
    Would you please make blogpost or video about using full text search in Postgres using Hibernate?

    • @Thorben-Janssen
      @Thorben-Janssen  3 หลายเดือนก่อน

      Hey,
      I haven't tried Postgres' full text search, yet, but you should be able to use it as a native query: thorben-janssen.com/jpa-native-queries

    • @siux94
      @siux94 3 หลายเดือนก่อน

      @@Thorben-Janssen thanks on reply.
      I've issue that query depends on fairly complex conditions. Currently I'm using Criteria API to build it, except for full text search part.

  • @tsGarpfin1
    @tsGarpfin1 3 หลายเดือนก่อน

    Thanks for excellent content. Is there any possibility to make a coding problem on Persistence hub of database connection lease and how to log connection lease times ? For example in Spring Boot transactional context, what to avoid and best practices.

    • @Thorben-Janssen
      @Thorben-Janssen  3 หลายเดือนก่อน

      That's an interesting idea. Let me think about it ...

  • @machchar_qing
    @machchar_qing 3 หลายเดือนก่อน

    thanks