I have some joins as eager and some lazy.
For example: I need the person list with addresses. the addresses are in another table, because some people have 2 addresses.
The user search in person names and in addresses.
I must read the address table for every person.
I think,lazy is wrong for this.