The regression was around 10% for query_iterator and around 50% for
raw_sql djangobench benchmarks.
A patch is available from
https://github.com/akaariai/django/commit/eafc373c16350abe51c565c8aefbe36cabf5219e.
There is a minor comment fix to be done, otherwise ready for checkin.
Discussion about performance of 1.5.x vs 1.6.x:
https://groups.google.com/forum/#!topic/django-developers/ytr3j8suVxE
--
Ticket URL: <https://code.djangoproject.com/ticket/21109>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"94001421321bd8808c4027a72aa32a1eef005764"]:
{{{
#!CommitTicketReference repository=""
revision="94001421321bd8808c4027a72aa32a1eef005764"
Fixed #21109 -- made db cursor error wrapping faster
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21109#comment:1>
Comment (by Anssi Kääriäinen <akaariai@…>):
In [changeset:"5937f291c1dd74b40ab14be7b8a8112ff91ac08e"]:
{{{
#!CommitTicketReference repository=""
revision="5937f291c1dd74b40ab14be7b8a8112ff91ac08e"
[1.6.x] Fixed #21109 -- made db cursor error wrapping faster
Backpatch of 94001421321bd8808c4027a72aa32a1eef005764 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21109#comment:2>