NoSQL vs. SQL when scalability is irrelevant

后端 未结 5 2085
别跟我提以往
别跟我提以往 2020-12-31 00:31

Recently I have read a lot about different NoSQL databases and how they are being effectively deployed by some major websites out there. I\'m starting a project in which I

5条回答
  •  余生分开走
    2020-12-31 01:19

    what raised this issue that if you have a large server farm and need to manage the distribution of your data and load balancing which is more difficult and harder to implement using RDBMS and requires high IT skills to design, plan and deploy for your solution (and still performance is less). but if you have only 3 or 4 servers with small project. I don't think you have an issue about it. NoSQL database is usually considered in large server farms not small number of servers

提交回复
热议问题