NoSQL

Posts on this blog about the Cassandra database:

M2M in a NoSQL database
Many-to-many relationships are quite standard structures in relational databases. But what about NoSQL databases based on the BigTable/Key-Value data model? This post offers a solution.
 
Cassandra - The Legend
A hands-on tutorial for Cassandra that takes the newcomers step-by-step to the world of Apache Cassandra

Cassandra & Hector
We explain to create a Keyspace and a Column Family, how to register data and retrieve values given their key.

Cassandra rescue guide
This post is a short rescue guide for Cassandra going a bit further from how to backup and restore your data.

Cassandra configuration
In this post we'll go through Cassandra's architecture trying to explain how exactly data is stored (in memory and filesystem). It is important to have an overview of the overall workflow in order to identify critical points, optimize its performance and avoid OutOfMemoryErrors.

No comments:

Post a Comment