Changes between Version 18 and Version 19 of jazz/NoSQL


Ignore:
Timestamp:
Jul 27, 2010, 7:36:28 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/NoSQL

    v18 v19  
    2929   * [http://queue.acm.org/detail.cfm?id=1394128 BASE: An Acid Alternative]
    3030   * [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
    3133
    3234== Papers and Websites ==
     
    140142   * http://cassandra.apache.org/
    141143   * 具備副本機制,優先存在記憶體中,後續寫入 commit log 中。採取完全平等的分散式架構,沒有 Hadoop !NameNode 單點失效問題(Single Point of Failure)
    142    * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency (一致性), Availibility (可用性), Partition Tolerance (容錯性)三個勢必要犧牲其中一個!!
    143144
    144145  * 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])