#31804: Parallelize database cloning process
-------------------------------------+-------------------------------------
               Reporter:  Ahmad A.   |          Owner:  nobody
  Hussein                            |
                   Type:  New        |         Status:  assigned
  feature                            |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  parallel, mysqlpump
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Parallelizing database cloning processes would yield a nice speed-up for
 running Django's own test suite (and all django projects that use the
 default test runner)

 So far there are two main ways I see we can implement this:
  - Use existing backend utilities e.g mysqlpump instead of mysqldump
  - Use a normal multiprocessing pool on top of our existing cloning code

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31804>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.824acdf390fa4b77b1bef76169dae4bf%40djangoproject.com.

Reply via email to