|
|
|
|
|
by runin2k1
2457 days ago
|
|
It is almost certainly someone using lazy-loading when they should have disabled it for that query. Though... since it sounds like the query was returning the entire table at once eager loading will cause issues of another variety at some point. Either way, I'd chalk it up to bad design rather than bad tools. |
|