Re: Aggregation of related tables

2010-06-08 Thread Tomas Kouba
On 06/07/2010 05:46 PM, Łukasz Rekucki wrote: > On Jun 6, 10:12 pm, Tomas Kouba wrote: >> Hello all, >> >> I am writing an application that often lists objects and some of their >> attributes in tables. >> I get the list in my view and then access attributes in template. >> It means that the table

Re: Aggregation of related tables

2010-06-07 Thread Łukasz Rekucki
On Jun 6, 10:12 pm, Tomas Kouba wrote: > Hello all, > > I am writing an application that often lists objects and some of their > attributes in tables. > I get the list in my view and then access attributes in template. > It means that the table rendering results in many simple sql queries > (first

Aggregation of related tables

2010-06-06 Thread Tomas Kouba
Hello all, I am writing an application that often lists objects and some of their attributes in tables. I get the list in my view and then access attributes in template. It means that the table rendering results in many simple sql queries (first to get the list and then one query for every row). I