Good reasons NOT to use a relational database?

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

    The filesystem's prety handy for storing binary data, which never works amazingly well in relational databases.

提交回复
热议问题