Optimization - N+1 Problem Solutions - Entity Graph

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • In this video, explains how Entity Graph solves N+1 problem.
    Source code: github.com/Tin...

КОМЕНТАРІ • 37

  • @jafarsadik4335
    @jafarsadik4335 Рік тому +2

    Your voice plus the way you explain, is truly magical

  • @harshinredzone
    @harshinredzone 2 роки тому +1

    Loved it when you forgot the things in between. True sign of developer. ❤

  • @imiims6017
    @imiims6017 2 роки тому +2

    Brilliant video and a very good example. Finally understand this. Thank you for taking the time to make this video 👍🏽

  • @beekay05
    @beekay05 8 місяців тому

    Thanks so much for the video. It really helped me.

  • @ousmanediene8672
    @ousmanediene8672 Рік тому

    Great video , Well explained

  • @swagbrooo
    @swagbrooo 4 роки тому +2

    Thnx u for lesson. U have good English, easy to understand. :)

  • @egorvafin1978
    @egorvafin1978 Рік тому

    Thank you for this video

  • @kingstonmocktail7744
    @kingstonmocktail7744 2 роки тому

    Thank you for taking your time for this video. I finally understand this :-)

    • @MissXing
      @MissXing  2 роки тому

      Glad it was helpful!

  • @Egor_Phyl
    @Egor_Phyl Рік тому

    Such an amazing explanation! I loved it!

  • @urbanpahadifamily
    @urbanpahadifamily Рік тому

    great thanks!

  • @AlexeySilichenko
    @AlexeySilichenko Рік тому

    Great explanation, thank you very much!

  • @user-by4ub5lq4d
    @user-by4ub5lq4d Рік тому

    Simple and best

  • @JonasFariasXPX
    @JonasFariasXPX 3 роки тому +1

    thanks for the tip. I had a problem with graph, when the entity is very large, several n + 1 end up crashing the system. So I had to separate it into 2 graphs

    • @PradeepKumar-db7pe
      @PradeepKumar-db7pe 8 місяців тому

      So, was your case having more than 1 collection in entity graph?

  • @livefortechprogrammer2086
    @livefortechprogrammer2086 4 роки тому +1

    very well explained. Btw which device you are using to present your handwritten content on screen.?

  • @lvlaks
    @lvlaks 9 місяців тому

    Thanks for the video! But why did you have a join with the authors even before you applied entitygraph?

  • @lawrencejustin8136
    @lawrencejustin8136 2 роки тому +1

    Thank you so much. Understand this now. I am just curious. If this loads all the data using entity graph into memory, won't that be a whole lot of data that we don't need loaded into memory? For example, say I only want the Address from the customer and not the books at a particular instance?
    Also, what do you mean by 'don't join more than one collection when using entity graph?'

    • @PradeepKumar-db7pe
      @PradeepKumar-db7pe 8 місяців тому

      If you join more than 1 collection then it will lead to Cartesian Product Problem.

  • @jeyhungasimov9720
    @jeyhungasimov9720 Рік тому

    Thanks a lot 🙃🙂

  • @BELHADJRabii
    @BELHADJRabii Рік тому

    thank you 😁😁

  • @HugoPossani
    @HugoPossani 4 роки тому

    Your videos are great, thanks!

  • @VinitNeogi
    @VinitNeogi 4 роки тому

    Great explanation. Thanks

  • @javedmulla7140
    @javedmulla7140 2 роки тому

    Nice Explanation !!

  • @csv2286
    @csv2286 2 роки тому

    Very good video i am searching for this, is there any annotation for entitygraph, how can i handle in JPA Repository

  • @adhik3367
    @adhik3367 4 роки тому

    But in my case I want only Books I don’t need other association objects??

  • @MrLeonardonam
    @MrLeonardonam 4 роки тому

    The video is very clear and helpful. how could i integrate entity graph with spring boot? thaks!

  • @davaa847
    @davaa847 4 роки тому

    Thank U so much

  • @BestRedius
    @BestRedius 2 роки тому

    thanks

  • @adhik3367
    @adhik3367 4 роки тому

    Thank for that I have same problem

  • @kankakankovich
    @kankakankovich Рік тому

    Неплохо)

  • @kenkaneki5433
    @kenkaneki5433 3 роки тому

    u say don't join 2 collections at once, but also your resulting query using graphentity has 3 joins?))

  • @user-gk3ep5mq9r
    @user-gk3ep5mq9r 3 роки тому +1

    Who send you heart ❤ on wechat?)

    • @MissXing
      @MissXing  3 роки тому +1

      too long, couldn't remember now.

  • @abdelkaderkaouane1944
    @abdelkaderkaouane1944 Рік тому

    you are so nice.

  • @xMadingx
    @xMadingx 7 місяців тому

    Thanks! 🙏🏼

  • @Cavdar2012
    @Cavdar2012 3 роки тому

    excellent explanation, many many thanks!