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

浙公网安备 33010602011771号