|
原帖由 totticarter 于 2011-7-15 21:14 发表 ![]()
NoSQL有两个解释,已个是非sql,一个是not only sql,那么我想问一下,不仅仅是sql还包括什么?谢谢
这种东西每一个人都会有自己的理解。
不过大家比较认可的说法如下:
Next Generation Databases mostly addressing some of the points: being non-relational, distributed, open-source and horizontally scalable. The original intention has been modern web-scale databases. The movement began early 2009 and is growing rapidly. Often more characteristics apply as: schema-free, easy replication support, simple API, eventually consistent / BASE (not ACID), a huge data amount, and more. So the misleading term "nosql" (the community now translates it mostly with "not only sql") should be seen as an alias to something like the definition above.
__________________
微博:http://weibo.com/gpcuster
论坛:http://bbs.data-works.org
博客:http://blog.data-works.org/ |
|