#7596: Multiple Database Inserts using 1 query
-------------------------------------+-------------------------------------
               Reporter:  erikcw     |          Owner:  nobody
                   Type:  New        |         Status:  closed
  feature                            |      Component:  Database layer
              Milestone:             |  (models, ORM)
                Version:  SVN        |       Severity:  Normal
             Resolution:  fixed      |       Keywords:  database, create,
           Triage Stage:  Accepted   |  multirow, feature
    Needs documentation:  0          |      Has patch:  1
Patch needs improvement:  0          |    Needs tests:  0
                  UI/UX:  0          |  Easy pickings:  0
-------------------------------------+-------------------------------------
Changes (by Alex):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [16739]:
 {{{
 #!CommitTicketReference repository="" revision="16739"
 Fixed #7596.  Added Model.objects.bulk_create, and make use of it in
 several places.  This provides a performance benefit when inserting
 multiple objects.  THanks to Russ for the review, and Simon Meers for the
 MySQl implementation.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/7596#comment:17>
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.

Reply via email to