August 21, 2008
Posted by admin
iBatis and n+1 selects problem..
Recently I have started using iBatis and Spring with Java in my recent project and have stumbled upon the classic n+1 selects problem. For starters, I’ll try to explain this very briefly here…
‘n+1′ selects problem is a situation where a table ‘A’ in database has 1 to many relationship with an other table ‘B’, and [...]