lazy loading of columns not supported
Bug #909440 reported by
Matt Haggard
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
New
|
Undecided
|
Unassigned |
Bug Description
As expressed in the TODO, it would be nice to support lazy loading (not just nice... it would speed things up a lot for some of our old, terrible tables).
I will test drive actual changes, but I wanted to know if the direction I'm heading is a good one. How does this patch look?
Related branches
lp://staging/~iffy/storm/lazycolumns
Ready for review
for merging
into
lp://staging/storm
- Storm Developers: Pending requested
-
Diff: 516 lines (+203/-44)10 files modifiedTODO (+0/-26)
storm/expr.py (+8/-2)
storm/info.py (+22/-0)
storm/properties.py (+20/-6)
storm/store.py (+37/-8)
tests/info.py (+35/-1)
tests/store/base.py (+70/-1)
tests/store/mysql.py (+5/-0)
tests/store/postgres.py (+3/-0)
tests/store/sqlite.py (+3/-0)