#5423: "dumpdata" should stream output one row at a time
-------------------------------------+-------------------------------------
Reporter: adrian | Owner: ramiro
Type: New | Status: assigned
feature | Component: Core
Milestone: | (Serialization)
Version: SVN | Severity: Normal
Resolution: | Keywords: dumpdata fixtures
Triage Stage: Accepted | memory
Needs documentation: 0 | Has patch: 1
Patch needs improvement: 1 | Needs tests: 0
UI/UX: 0 | Easy pickings: 0
-------------------------------------+-------------------------------------
Changes (by anonymous):
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
Unfortunately the patch isn't ready, some comments and further etsting
showed it is still consuming
I suspect the patch solves things in the Django side because it implemenst
usage of QuerySet.iterator(). But we still need to add to e.g. outr
PostgreSQL backend the ability to signal psycopg2/RDBMS it shouldn't get
all the queryset from the server, maybe using server-side cursors.
--
Ticket URL: <https://code.djangoproject.com/ticket/5423#comment:40>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.