标签存档: NoSQL

NoSQL 数据建模技术

全文译自墙外文章“NoSQL Data Modeling Techniques”,译得不好,还请见谅。这篇文章看完之后,你可能会对NoSQL的数据结构会有些感觉。我的感觉是,关系型数据库想把一致性,完整性,索引,CRUD都干好,NoSQL只干某一种事,但是牺牲了很多别的东西。总体来说,我觉得NoSQL更适合做Cache。
继续阅读 »

MooENV 发布了

MooENV 发布了!2011年11月29日

继续阅读 »

MySQL 5.6 NoSQL?

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数据库探讨之为什么要用非关系数据库?

NoSQL- Not Only SQL

NoSQL is a term used to designate databases that differ from classic relational databases in some way. These data stores may not require fixed table schemas, and usually avoid join operations and typically scale horizontally.

继续阅读 »