#24743: Django 1.8.1 migrations are actually slower than 1.8?
--------------------------------------+------------------------------------
     Reporter:  pzrq                  |                    Owner:  MarkusH
         Type:  Cleanup/optimization  |                   Status:  assigned
    Component:  Migrations            |                  Version:  1.8
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by etanol):

 We also experience a noticeable increase in the ''rendering model state''
 step.  Apparently, the most expensive operation is `AddField` even when
 running only in ''state mutation'' mode.

 The attached profile results can be inspected by running `python -m pstats
 migrate2.pstats`.

--
Ticket URL: <https://code.djangoproject.com/ticket/24743#comment:13>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.38febb4ee864e9c58103ac46fbb36b11%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to