DEV Community

sowmya
sowmya

Posted on

Which one is better option for maintaining application with Two Databases or single database with Multiple Schemas

I'm Working as Database backend Team for eCommerce Project using Django Python,

My question is we are planning for different Domains for each Country with different vendors and users based on country.

Which one is better option for application and why ??
A. Single Database with Two Schemas.
B. Two database for each domain.

can anyone help me with the above question?

Top comments (0)