Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

N+1 database calls problem

  Asked By: Erica    Date: Nov 01    Category: Java    Views: 570
  

what do we mean by "N+1 database calls problem" in the Entity beans.
If some one could pls describe with suitable examples .

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Wendy Harrison     Answered On: Nov 01

could you give some more comments about this issue to specify what is the context that this is mentioned in it.
I mean more explanation about where you have seen this and in which regard....
maybe I could help.

 
Answer #2    Answered By: Noah Evans     Answered On: Nov 01

> what do we mean by "N+1 database  calls problem" in the Entity beans.
> If some one could pls  describe with suitable examples  .
Read EJB Design Patterns Book(pdf is available via TSS site) page 77, it
describes the
problem and its workaround.

 
Didn't find what you were looking for? Find more on N+1 database calls problem Or get search suggestion and latest updates.




Tagged: