來源:互聯網
上載者:User
關鍵字
開源
Apache
存儲系統
Key-Value
Apache Cassandra是一套開源分散式資料庫管理系統。 它最初由Facebook開發,用於儲存特別大的資料。
Cassandra是一個混合型的非關係的資料庫,類似于Google的BigTable。 Cassandra的主要特點就是它不是一個資料庫,而是由一堆資料庫節點共同構成的一個分散式網路服務,對Cassandra 的一個寫操作,會被覆制到其它節點上去,對Cassandra的讀操作,也會被路由到某個節點上面去讀取。 對於一個Cassandra群集來說,擴充性能是比較簡單的事情,只管在群集裡面添加節點就可以了。
Cassandra的主要功能比 Dynamo(分散式的Key-Value存 儲系統)更豐富,但支援度卻不如文檔存儲MongoDB(介於關係資料庫和非關係資料庫之間的開源產品,是非關係資料庫當中功能最豐富,最像關係資料庫的。 支援的資料結構非常鬆散,是類似json的bjson格式,因此可以存儲比較複雜的資料類型。 )
Apache Cassandra v0.8.0-final版本資訊:
* fix CQL grammar warning and cqlsh regression from CASSANDRA-2622
* add ant generate-cql-html target (C ASSANDRA-2526)
* update CQL consistency levels (CASSANDRA-2566)
* debian packaging fixes ( CASSANDRA-2481, 2647)
* fix UUIDType, IntegerType for direct buffers (CASSANDRA-2682, 2684)
* switch to native Thrift for Hadoop map/reduce (CASSANDRA-2667)
* fix StackOverflowError when building from eclipse (CASSAN DRA-2687)
* only provide replication_factor to strategy_options "help" for
SimpleStrategy, OldNetworkTopologyStrategy (CASSANDRA-2678, 2713)
* fix exception adding validators to non-string columns ( CASSANDRA-2696)
* avoid instantiating DatabaseDescriptor in JDBC (CASSANDRA-2694)
* fix potential stack overflow during compaction (CASSANDRA-2626)
* clone super columns to avoid modifying them during flush (CAS SANDRA-2675)
* reset underlying iterator in EchoedRow constructor (CASSANDRA-2653)
下載位址:HTTP://www.apache.org/dyn/closer.cgi?path=/cassandra/0.8.0/apache-cassandra-0.8.0-bin.tar.gz