Hello Mike,

Mike Conley wrote:
> Are you assuming eager loading on the relation and actually getting lazy 
> loading?
> Per the docs, lazy loading is the default unless you specify   lazy=False
> 
> http://www.sqlalchemy.org/docs/05/reference/orm/mapping.html#sqlalchemy.orm.relation

I have changed all relevant relations to lazy=False and nothing has 
changed. Still lots of small queries after the main query and the same 
execution time.


Regards,
mk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to