Good reasons NOT to use a relational database?

后端 未结 21 1609
粉色の甜心
粉色の甜心 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:38

    In some cases (financial market data and process control for example) you might need to use a real-time database rather than a RDBMS. See wiki link

提交回复
热议问题