Changes between Version 27 and Version 28 of jazz/NoSQL
- Timestamp:
- Nov 2, 2010, 1:56:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/NoSQL
v27 v28 34 34 * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem] - [http://cacm.acm.org/blogs/blog-cacm/83396-errors-in-database-systems-eventual-consistency-and-the-cap-theorem/fulltext Errors in Database Systems, Eventual Consistency, and the CAP Theorem] 35 35 * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency (一致性), Availibility (可用性), Partition Tolerance (容錯性)三個勢必要犧牲其中一個!! 36 37 38 * [http://www.nosqldatabases.com/main/2010/11/1/is-nosql-only-for-bigdata.html Is NoSQL only for BigData?] (2010-11-01) - 這篇文章提到 NoSQL 使用的三個適當時機,至少要滿足其中兩個。 39 {{{ 40 * Velocity - The data needs to be processed in a timely manner 41 * Volume - The amount of data is large (this fits the traditional Big Data use case) 42 * Variety - The data varies and is not a good fit for a fixed schema 43 }}} 36 44 37 45