Cassandra 1.2 Released
Written by Kay Ewbank   
Thursday, 03 January 2013

A new version of NoSQL database Cassandra has been released. The new release has improved support for dense cluster, simplified application modeling, and improved data cell handling.

Cassandra is a distributed column-oriented NoSQL database that was originally developed at Facebook as a NoSQL system. It was then passed to the Apache Software Foundation, and has an impressive list of companies using it including Adobe, Cisco, Digg, Disney, eBay, IBM, Netflix, Rackspace, Reddit, Spotify, Twitter, and the US Government.

cassandra

Cassandra supports replication across datacenters, and lets you choose between synchronous or asynchronous replication for each update. The data model combines column indexes log-structured updates, strong support for materialized views, and built-in caching.

The database now has support for clustering across virtual nodes, inter-node communication, atomic batches, and request tracing. The introduction of support for virtual nodes (vnodes) is designed to simplify cluster management, and should also improve performance when adding and rebuilding nodes. Atomic batch support means you can ensure integrity across transactions.

The new version also includes CQL3, version 3 of the Cassandra Query Language that promises to overcome design limitations through more natural representation. The major change to CQL3 is the addition of support for multi-column primary keys, which the team is encouraging the use of to make denormalization simpler.

 cassandraicon

More Information

Performance improvements in Cassandra 1.2

What's New in CQL 3.0

Related Articles

Cassandra 1.0 with Increased Performance

Cassandra with CQL

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Banner


Android 15 Developer Preview Updated
25/03/2024

Google has released Android 15 Developer Preview 2 with changes including better handling of automatic language switching and updates for OpenJDK 17.



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News

Last Updated ( Thursday, 03 January 2013 )