#24203: Optimisation: adding multiple fields to same model should attempt to run
single ALTER TABLE statement
-------------------------------------+-------------------------------------
     Reporter:  peterlauri           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  migration            |             Triage Stage:
                                     |  Someday/Maybe
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by ambivalentno):

 Regarding timings:
 InnoDB table with 2 mln entries (but lots of big TextFields).
 It takes ~3 hours to add a single field, and also ~3 hours to add multiple
 fields in case they're grouped via single sql statement. Actually, most of
 time it takes to perform a migration mysql copies data to temporary table.

--
Ticket URL: <https://code.djangoproject.com/ticket/24203#comment:11>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.76a437ec1ac5d4873ddb6d2b0c506ef8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to