No support for eager loading of ReferenceSets
Bug #542231 reported by
William Grant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Confirmed
|
Medium
|
Unassigned |
Bug Description
AFAICT, Storm provides no way to eagerly load ReferenceSet content. I can emulate an SQLObject prejoin by requesting multiple classes in one query and throwing them away, but accessing each ReferenceSet still hits the DB to get the list of objects.
I should be able to tell Storm to get a set of objects and some of their interesting ReferenceSets in a single query.
SQLAlchemy can do this -- see http://
Changed in storm: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
To post a comment you must log in.