Good reasons NOT to use a relational database?

后端 未结 21 1650
粉色の甜心
粉色の甜心 2020-12-22 15:14

Can you please point to alternative data storage tools and give good reasons to use them instead of good-old relational databases? In my opinion, most applications rarely us

21条回答
  •  半阙折子戏
    2020-12-22 15:39

    One good reason not to use a relational database would be when you have a massive data set and want to do massively parallel and distributed processing on the data. The Google web index would be a perfect example of such a case.

    Hadoop also has an implementation of the Google File System called the Hadoop Distributed File System.

提交回复
热议问题