in Education by
I was working on a new project which has the requirement to use 7 databases, arguing that performance, stability, optimization are more easily implemented. While I don't agree, I'm having trouble collecting good arguments to use a single database (splitting the tables into logical domains). One argument I have so far is data integrity (I can't use foreign keys between databases). What are good pros/cons for using a single or multiple databases? [summary so far] Arguments against multiple databases: Losing data integrity (can't use foreign keys over databases) Losing restore integrity Gaining complexity (db users/roles) Small odds server/database will go down Solutions: Use schemas to separate domains. POC: Use dummy data to prove the point in 7/1 db's execution plans JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
None of performance, stability, optimization are true. Does anyone have a solid argument or reference article why these would be true? Resources are not allocated to a database: the SQL Server Instance balances resources so it makes no difference You lose: data integrity restore integrity (data in DB7 will be later then DB1) You gain complexity: security (users, roles etc) have to be in all databases you'll have some data that doesn't fit into 1 database nicely Options: splitting a database onto separate disks can be done with filegroups use schemas to logically separate data (based on other answer)

Related questions

0 votes
    What are pros and cons of using Laravel Framework?...
asked Sep 30, 2021 in Technology by JackTerrance
0 votes
    When developing distributed applications, all written in Java by the same company, would you choose Web Services ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 22, 2022 in Education by JackTerrance
0 votes
    As it currently stands, this question is not a good fit for our Q&A format. We expect answers to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 15, 2022 in Education by JackTerrance
0 votes
    the pros and cons of the ICT is 1 social media 2 Education 3 Both Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    What are the Pros and Cons of Blazor WebAssembly?...
asked Aug 9, 2021 in Technology by JackTerrance
0 votes
    What are the Pros and Cons of Blazor Server?...
asked Aug 9, 2021 in Education by JackTerrance
0 votes
    What is Selenium? What are its pros and cons?...
asked Jul 10, 2021 in Technology by JackTerrance
0 votes
    What are the pros and cons of decision trees?...
asked Mar 11, 2021 in Technology by JackTerrance
0 votes
    What are the pros and cons of neural networks?...
asked Mar 11, 2021 in Technology by JackTerrance
0 votes
    I was wondering when it would be a good idea to have a single database vs one database with multiple ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I have a scenario that I want to implement in Laravel. I have already implemented this kind of approach ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 26, 2022 in Education by JackTerrance
0 votes
    I have a scenario that I want to implement in Laravel. I have already implemented this kind of approach ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I have a scenario that I want to implement in Laravel. I have already implemented this kind of approach ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    In my Rails app, I want to allow the user to connect to multiple remote locations via different protocols ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I have a multi-threaded program whereas each thread, at the start of execution, acquires a single connection ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 7, 2022 in Education by JackTerrance
...