Re: Cassandra basics

2010-07-26 Thread sonia gehlot
is sorted by the > types you described. So if you tell it to sort by UTF8Type it will consider > the in the column that matches your row key to be UTF8 data and will sort > accordingly. > > > > > > > > From: sonia gehlot > > To: user@cassandra.apache.org > >

Re: Cassandra basics

2010-07-24 Thread Uncle Mantis
. So if you tell it to sort by UTF8Type it will consider > the in the column that matches your row key to be UTF8 data and will sort > accordingly. > > > > From: sonia gehlot > To: user@cassandra.apache.org > Subject: Cassandra basics > Date: Fri, 23 Jul 2010 15:48:1

Re: Cassandra basics

2010-07-23 Thread themana...@juno.com
tells Cassandra how to sort the data and it is sorted by the types you described. So if you tell it to sort by UTF8Type it will consider the in the column that matches your row key to be UTF8 data and will sort accordingly. From: sonia gehlot To: user@cassandra.apache.org Subject: Cassandra basics

Cassandra basics

2010-07-23 Thread sonia gehlot
Hi Guys, Recently I have started reading about Cassandra from the material available on net. But I have very confused with the basic understanding of Cassandra. I understand columnFamilies, supper columnFamilies but I have no clear understanding of 1. I don't understand wha