This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
How do I go about getting eager loading, especially with named aggregates, to perform a join rather than two separate queries? |
|
|
Eager Loading in LightSpeed is always performed as set of separate statements, which if possible will be batched with the original query statement. We do this since they are distinct sets of data to be pulled back which may have individual ordering/filtering rules to be applied. |
|