[sqlalchemy] using Events to reduce memory footprint?

2011-11-07 Thread Victor Olex
I am curious if Events (new feature as of 0.7) could be used to reduce memory footprint in certain situations or is it better achieved with other features such as lazy loading. For example, consider a complex mapped object (containing at least one related table). Using joinedload_all option,

Re: [sqlalchemy] using Events to reduce memory footprint?

2011-11-07 Thread Michael Bayer
On Nov 7, 2011, at 7:14 AM, Victor Olex wrote: I am curious if Events (new feature as of 0.7) could be used to reduce memory footprint in certain situations or is it better achieved with other features such as lazy loading. For example, consider a complex mapped object (containing at least