﻿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
33496	Auto database mirroring.	M Hadi Azarabad	nobody	"Hi. I'm looking for a solution to save data on mirror database. Using database routers allow us to save a record and lets us decide which database must be used and I think manual database selection is not optimal because it uses ORM to create raw SQL twice or more (based on the number of mirror database). 
{{{
model_obj.save(using='db_1') 
model_obj.save(using='db_2') 
}}}
I think django can handle this problem and optimize it by adding setting list variable called `MIRROR_DATABASES` so all mirror databases place in there and Django save all of records by creating one raw SQL if mirror databases using the same backend."	New feature	closed	Database layer (models, ORM)	4.0	Normal	wontfix	multi-database / mirror database		Unreviewed	0	0	0	0	0	0
