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