Re: [SQLObject] eagerly fetching joined objects

2011-08-05 Thread Simon Laalo
ubject: Re: [SQLObject] eagerly fetching joined objects Hi On Thu, Jul 21, 2011 at 2:07 AM, Simon Laalo wrote: > I'm currently trying to improve my DB performance by reducing the number of > queries > and associated overhead while grabbing some SQLObjects from the DB.  I would > lik

Re: [SQLObject] eagerly fetching joined objects

2011-07-21 Thread Oleg Broytman
On Thu, Jul 21, 2011 at 10:32:08AM +0200, Simon Cross wrote: > I encountered a similar need in one of my own projects and wrote a > caching version of RelatedJoin that you could probably take ideas from > for a caching version of MultipleJoin / ForeignKey. You can find the > code at > http://sute

Re: [SQLObject] eagerly fetching joined objects

2011-07-21 Thread Simon Cross
Hi On Thu, Jul 21, 2011 at 2:07 AM, Simon Laalo wrote: > I'm currently trying to improve my DB performance by reducing the number of > queries > and associated overhead while grabbing some SQLObjects from the DB.  I would > like > to have SQLObject fully populate the object graph for the object

[SQLObject] eagerly fetching joined objects

2011-07-20 Thread Simon Laalo
Hi, I'm currently trying to improve my DB performance by reducing the number of queries and associated overhead while grabbing some SQLObjects from the DB. I would like to have SQLObject fully populate the object graph for the objects I'm using since all joined objects will be read every time