#9519: QuerySet.delete() should issue only a single SQL query
-------------------------------------+-------------------------------------
Reporter: Tarken | Owner: tobias
Type: New | Status: assigned
feature | Component: Database layer
Milestone: | (models, ORM)
Version: 1.0 | Severity: Normal
Resolution: | Keywords: database, queryset,
Triage Stage: Design | delete
decision needed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Changes (by natevw):
* ui_ux: => 0
* easy: => 0
Comment:
+1
The docs led me to believe Django would bulk delete using DELETE...WHERE
instead of having to stream every column from a bazillion rows.
--
Ticket URL: <https://code.djangoproject.com/ticket/9519#comment:8>
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.