How to choose between SQL and NoSQL?

Principle1: For most cases, SQL and NoSQL are both good.
Principle2: if we need to support transaction, then SQL(because NoSQL can’t)
Principle3: SQL is more mature but NoSQL needs us to do more by ourselves.
Principle4: if we want less server and higher ability, then choose NoSQL because it’s much faster than SQL

posted @ 2020-10-20 04:30  EvanMeetTheWorld  阅读(8)  评论(0)    收藏  举报