﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31804	Parallelize database cloning process	Ahmad A. Hussein	nobody	"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

"	New feature	assigned	Database layer (models, ORM)	dev	Normal		parallel, mysqlpump		Unreviewed	0	0	0	0	0	0
