全文译自墙外文章“NoSQL Data Modeling Techniques”,译得不好,还请见谅。这篇文章看完之后,你可能会对NoSQL的数据结构会有些感觉。我的感觉是,关系型数据库想把一致性,完整性,索引,CRUD都干好,NoSQL只干某一种事,但是牺牲了很多别的东西。总体来说,我觉得NoSQL更适合做Cache。
继续阅读 »
标签存档: NoSQL
NoSQL 数据建模技术
作者: Nanu
日期: 2012-05-15
没有评论
MySQL 5.6 NoSQL?
作者: Nanu
日期: 2011-04-26
评论关闭
The ever increasing performance demands of web-based services has
generated significant interest in providing NoSQL access methods to
MySQL – enabling users to maintain all of the advantages of their
existing relational database infrastructure, while providing blazing
fast performance for simple queries, using an API to complement regular
SQL access to their data.
NoSQL数据库探讨之为什么要用非关系数据库?
作者: Nanu
日期: 2011-04-22
评论关闭