I'm using declarative classes for a table with a few foreign keys to
other tables. When I look at the SQL queries I see the query to get
all the rows of the main table and then a few extra queries for each
row's foreign keys; all as expected. However, it seems that since I am
not modifying any of the tables, there might be a way to have the
secondary tables loaded once to avoid the multiple queries per row
that is killing performance right now.

Am I missing some option that already exists?

~Matt
--~--~---------~--~----~------------~-------~--~----~
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