#24366: Improve migration dependency graph speed
-------------------------------------+-------------------------------------
     Reporter:  MarkusH              |                    Owner:  knbk
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Markus Holtermann <info@…>):

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


Comment:

 In [changeset:"78d43a5e1064b63db1c486516c4263ef1c4c975c"]:
 {{{
 #!CommitTicketReference repository=""
 revision="78d43a5e1064b63db1c486516c4263ef1c4c975c"
 Fixed #24366 -- Optimized traversal of large migration dependency graphs.

 Switched from an adjancency list and uncached, iterative depth-first
 search to a Node-based design with direct parent/child links and a
 cached, recursive depth-first search. With this change, calculating
 a migration plan for a large graph takes several seconds instead of
 several hours.

 Marked test `migrations.test_graph.GraphTests.test_dfs` as an expected
 failure due to reaching the maximum recursion depth.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24366#comment:12>
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/065.29463c62e99730b87f3d67a642d38e95%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to