Posted
over 13 years
ago
There’s been a few good AWS discussions recently on the Cassandra User List, and some interesting blog posts.read more
|
Posted
over 13 years
ago
The Cassandra London meetup group has recently celebrated its six month anniversary and after a string of fantastic speakers it was left to me to follow up my talk at the first ever meetup with another talk.read more
|
Posted
over 13 years
ago
So, I started playing with a beta of Brisk this weekend. The Datastax guys are industrious, energentic and are very open to hearing from both the Cassandra and Hadoop communities. You should hit them in #Datastax-Brisk on Freenode IRC. I’ll … Continue reading →
|
Posted
over 13 years
ago
Deletes in Cassandra rely on Tombstones to support the Eventual Consistency model. Tombstones are markers that can exist at different levels of the data model and let the cluster know that a delete was recored on a replica, and when it happened.
|
Posted
over 13 years
ago
div.even, div.odd { width:525px; padding:5px; } div.even { background:#E8E8E8; } Number of Nodes: More info about why you might need this calculator is available here. I wrote about it here. I attempted to write this in JavaScript, but my Brother-in-Law, Buddy, popped … Continue reading →
|
Posted
over 13 years
ago
So, I was hoping to write a little snippet of code to embed on my blog to allow people to get the token ranges for load balancing their cluster. In Cassandra, when using the random partitioner, all keys are given … Continue reading →
|
Posted
over 13 years
ago
Updated: I’ve added information on the new memtable_total_space_in_mb setting in version 0.8 and improved the information about memtable_throughput. Thanks for the feedback.
In version 0.7 of Cassandra there are 3 configuration settings that can
|
Posted
almost 14 years
ago
Requests that write and read data in Cassandra, like any data base, have competing characteristics that need to be balanced. This post compares the approach taken by Cassandra to traditional Relation Database Systems.
When writing data the most
|
Posted
almost 14 years
ago
DataStax (née Riptano) is to Cassandra as Cloudera is to Hadoop (or Redhat is to Linux). Brisk is DataStax’s upcoming Cassandra/Hadoop hybrid distribution. From thier site: DataStax’ Brisk is an enhanced open-source Apache Hadoop and Hive distribution that utilizes Apache … Continue reading →
|
Posted
almost 14 years
ago
I’m such a sad bastard. I got stuck fixing a production issue and had to miss the inagural NYC Cassandra Meetup group To attone, I figure I’d write a quickie Cassandra post. I’m in the preliminary planning stages to upgrade … Continue reading →
|