You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Renato Costa <na...@gmail.com> on 2011/09/23 00:35:52 UTC

Search over composite Column and Super Column name

Hi,

I started do modeling my application over cassandra data model. I will have
to use composite Super columns name, i.e. "username:userid", i know that is
a lot of different ways to deal with this case, but once i have modeled with
composite Super Columns name is there any way to make a sarch over only one
part of the column name? And if so, it works for normal columns too?

Sorry about the English, I know it is not so good, and thanks for answers.

Re: Search over composite Column and Super Column name

Posted by Konstantin Naryshkin <ko...@a-bb.net>.
One thing you can do is search over the range from "username:" to "username;". "username:" is the first possible string starting with "username:". "username;" is the first possible sting after all of the stings that start with "username:" . This works because ; is the character right after : in ASCII. I believe that UNICODE is ordered similarly to ASCII, though I am not 100% sure on that issue.

----- Original Message -----
From: "Renato Costa" <na...@gmail.com>
To: user@cassandra.apache.org
Sent: Thursday, September 22, 2011 6:35:52 PM
Subject: Search over composite Column and Super Column name

Hi, 


I started do modeling my application over cassandra data model. I will have to use composite Super columns name, i.e. "username:userid", i know that is a lot of different ways to deal with this case, but once i have modeled with composite Super Columns name is there any way to make a sarch over only one part of the column name? And if so, it works for normal columns too? 


Sorry about the English, I know it is not so good, and thanks for answers.