Changes between Version 18 and Version 19 of jazz/NoSQL
- Timestamp:
- Jul 27, 2010, 7:36:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/NoSQL
v18 v19 29 29 * [http://queue.acm.org/detail.cfm?id=1394128 BASE: An Acid Alternative] 30 30 * [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] 31 * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency (一致性), Availibility (可用性), Partition Tolerance (容錯性)三個勢必要犧牲其中一個!! 32 31 33 32 34 == Papers and Websites == … … 140 142 * http://cassandra.apache.org/ 141 143 * 具備副本機制,優先存在記憶體中,後續寫入 commit log 中。採取完全平等的分散式架構,沒有 Hadoop !NameNode 單點失效問題(Single Point of Failure) 142 * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency (一致性), Availibility (可用性), Partition Tolerance (容錯性)三個勢必要犧牲其中一個!!143 144 144 145 * 2010-03-02: [https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ 4 Months with Cassandra, a love story] - 用 Cassandra 的經驗分享 ([wiki:jazz/10-03-04 2010-03-04])