As far as I know, no one is actively working on this area at the moment.

There is at least one open issue:
https://code.djangoproject.com/ticket/22608

You can look through all open migrations tickets too:
https://code.djangoproject.com/query?status=assigned&status=new&component=Migrations&stage=Accepted&col=id&col=summary&col=status&col=owner&col=type&col=version&desc=1&order=id

On Thursday, January 7, 2016 at 2:07:24 PM UTC-5, Pete wrote:
>
> Hi there, I know this has been discussed in the past, but I'm not sure 
> where things stand today regarding the the speed of migrations. On 
> non-trivial projects, it's common to hear about migrations that take 
> 5-10 minutes to run. I've even heard reports about them taking over an 
> hour. 
>
> I know about a couple issues [1] that have been closed around 
> optimizing the process, but it still feels like there's a serious 
> issue here. The project I'm working on has ~80 migrations and ~300 
> tables. It uses Django 1.8 and I backported the 1.9 optimization [2] 
> to test it. It's still ~5 minutes to run a makemigrations or migrate 
> command. For those coming from South and previous Django versions, 
> this is a major degradation. It makes development pretty painful and 
> regular testing untenable. 
>
> Here is the cProfile of a makemigrations command: 
> https://gist.github.com/ipmb/e65159f7315b9645841b 
>
> Is there an issue open for this at the moment? Is there any other info 
> I can provide to help? 
>
> Thanks! 
>
> [1] https://code.djangoproject.com/ticket/23745 
> https://code.djangoproject.com/ticket/24743 
> [2] 
> https://github.com/django/django/commit/5aa55038ca9ac44b440b56d1fc4e79c876e51393
>  
>
> -- Pete 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/145681d1-55d7-433c-9ef5-dd45d931d2e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Tim Graham
    • ... Florian Apolloner
      • ... Peter Baumgartner
        • ... Aymeric Augustin
          • ... Andrew Godwin
          • ... Carl Meyer
            • ... Peter Baumgartner
              • ... Markus Holtermann
            • ... 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
              • ... Shai Berger
                • ... charettes

Reply via email to