Is it somehow planned that Django Users can dialog with him to express some 
desires ?

For example, I would be very happy to see a reimplementation of the 
annotate and aggregate functions, as they make the queries so slow by 
grouping by all the fields that I always have to use raw SQL to group only 
by id.

In one case in my admin, it is trying to group by 40 fields (I have 5 
foreign keys and more than 20 fields) instead of 4 IDs and it requires 6 
seconds instead of 160 ms...

All the best to Marc

On Monday, February 24, 2014 2:59:28 AM UTC+1, Russell Keith-Magee wrote:
>
>
> On Sun, Feb 23, 2014 at 10:45 PM, Federico Capoano 
> <nemesis...@libero.it<javascript:>
> > wrote:
>
>> I found this on django's blog:
>>
>>
>> https://www.kickstarter.com/projects/mjtamlyn/improved-postgresql-support-in-django
>>
>> Very interesting!
>>
>> Anybody knows if they intend to redevelop everything from scratch or 
>> reuse and improve existing implementations?
>>
>>
> Marc will be the ultimate authority on this, but from my conversations 
> with him, I believe that his intention is to:
>
>  * use existing implementations where possible, 
>  * merge the best parts of existing implementations where multiple options 
> exist, 
>  * rebuild implementations that need significant improvement, and 
>  * build from scratch where no existing solutions exist.
>
> Yours,
> Russ Magee %-)
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/58ed5785-e424-42f2-b560-0692ce66fc43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to