SQL數(shù)據(jù)庫被稱為關(guān)系型數(shù)據(jù)庫(RDBMS),而NoSQL數(shù)據(jù)庫被稱為非關(guān)系型數(shù)據(jù)庫或分布式數(shù)據(jù)庫。
儲存方式
table
document, key-value
數(shù)據(jù)關(guān)系
需要定義表的結(jié)構(gòu),defiend table,pk,fk,index
可以直接插入到mongodb中
transaction
RDBMS支持事務(wù)系統(tǒng)
NoSQL不支持
note: 對于要求數(shù)據(jù)一致性的使用sql數(shù)據(jù)庫, 對于文檔性,或者log使用NoSQL數(shù)據(jù)庫
References:
http://noican.blog.51cto.com/4081966/1355316
http://www.itdecent.cn/p/b32fe4fe45a3