Re: Column types rather pointless now

2010-07-19 Thread Jonathan Ellis
We are moving towards making greater use of type information, as in #749. It's also necessary to provide (eventually) a command line client that is actually useable. On Jul 19, 2010 5:02 PM, "Folke Behrens" wrote: Hi! Since Cassandra switched to byte arrays for both keys and column names marsha

Re: goods search with cassandra

2010-07-19 Thread Jonathan Shook
It would be better to structure your data around your access patterns. (discussion of which goes on the user list) I'd be happy to elaborate on there. On Mon, Jul 19, 2010 at 9:29 AM, Chen Xinli wrote: > Can someone give me some advices? > > Thanks! > > -- Forwarded message -- > F

Re: Define keyspaces in cassandra 0.7

2010-07-19 Thread Gary Dusbabek
Defining at runtime is, very intentionally, an absolute must. It would have been very simple and perhaps user-friendly to add a flag that loads the schema specified in yaml when cassandra starts up. I decided against it when implementing the feature because I figured it would have been a disservi

Fwd: goods search with cassandra

2010-07-19 Thread Chen Xinli
Can someone give me some advices? Thanks! -- Forwarded message -- From: Chen Xinli Date: 2010/7/19 Subject: goods search with cassandra To: u...@cassandra.apache.org Hi, I want to implement goods search with cassandra; and I have some confusings. Can someone help me out? The

Define keyspaces in cassandra 0.7

2010-07-19 Thread Boris Spasojevic
Hi all, Can someone post an example of how to define keyspaces in Cassandra 0.7? My initial Cassandra node does not load the keyspaces defined at Cassandra.yaml. Is there a way to define the keyspaces at startup or is runtime defining an absolute must? thanks, BoriS