Changes between Version 6 and Version 7 of jazz/NoSQL


Ignore:
Timestamp:
Jul 25, 2010, 9:05:30 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/NoSQL

    v6 v7  
    66    * NoSQL 活動 - 漸漸有一股勢力在推動不要用 SQL Database .... 資料庫真的退流行了嗎??!! ([wiki:jazz/09-07-16 2009-07-16])
    77    * 我個人的觀點是任何典範的轉移並不會一蹴可及,馬上轉換,往往是潛移默化,慢慢地改變。 ([wiki:jazz/09-07-27 2009-07-27])
     8 * NoSQL 會不會歷史重演 OODBMS ?! - [http://developers.slashdot.org/article.pl?sid=01/05/03/1434242 Why Aren't You Using An OODMS?] (2010-07-25)
     9{{{
     10There was no great story on schema migration either.
     11}}}
    812
    913== Trend Observation ==
     
    4549 * [http://code.google.com/p/orient/  orient] - NoSQL document database light, portable and fast. Supports ACID Tx, Indexes, asynch queries, SQL layer, clustering, etc
    4650
     51== Primer ==
     52
     53 * [http://devblog.streamy.com/2009/08/24/cap-theorem/ CAP Theorem]
     54 * [http://en.wikipedia.org/wiki/ACID ACID]
     55
    4756== Comparison ==
     57
     58 * [http://ossdbsurvey.org/survey_lca2010.pdf Which databases solve my problem? a survey of open source databases] - [http://diaspora.gen.nz/~rodgerd/archives/1215-Survey-of-Open-Source-Database.html <note> Survey of Open Source Database] - http://ossdbsurvey.org/
     59 * [http://www.roadtofailure.com/2009/10/29/hbase-vs-cassandra-nosql-battle/ HBase vs. Cassandra: NoSQL Battle!]
    4860
    4961== Open Source Projects ==
     
    94106   * http://cassandra.apache.org/
    95107   * 具備副本機制,優先存在記憶體中,後續寫入 commit log 中。採取完全平等的分散式架構,沒有 Hadoop !NameNode 單點失效問題(Single Point of Failure)
    96    * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency(一致性), Availibility(可用性),Partition Tolerance(容錯性)三個勢必要犧牲其中一個!!
     108   * [http://en.wikipedia.org/wiki/CAP_theorem CAP theorem] - Consistency (一致性), Availibility (可用性), Partition Tolerance (容錯性)三個勢必要犧牲其中一個!!
    97109
    98   * 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)
     110  * 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])
    99111
    100112== NoSQL : Voldemort ==
     
    105117== NoSQL : Redis ==
    106118 
    107  * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 ([wiki:jazz/09-09-02 2009-09-02 ])
     119 * [http://www.linux-mag.com/cache/7496/1.html Redis: Lightweight key/value Store That Goes the Extra Mile] - 另一個輕量級的 Key/Value 資料庫 ([wiki:jazz/09-09-02 2009-09-02])
    108120
    109121== Use Case ==