Re: lazy boy example using column family

2009-07-27 Thread Mark Robson
2009/7/27 mobiledream...@gmail.com i m trying to use cassandra in a mode where everytime i create a new columnfamily i do not want to restart all the nodes In my opinion you should not be doing that anyway. Because families can have as many columns as you like anyway, it should not normally

Re: trunk

2009-07-27 Thread Jonas Bonér
Ok. Thanks. I'm not using the Thrift API anyway (embedding it). /Jonas 2009/7/21 Jonathan Ellis jbel...@gmail.com: the internals should be solid but we are in the middle (towards the end of, actually) changing the thrift api pretty drastically.  (the colons had to go, and the sooner we bit the

does lazyboy allow keys or column names to be in utf8

2009-07-27 Thread mobiledreamers
*as you know by now plain cassandra does not take utf8 for column names or keys* does lazy boy let cassandra store column names or keys in ut8 using pickle.dumps or cpickle.dumps or some other method thanks

Re: lazy boy example using column family

2009-07-27 Thread mobiledreamers
1.Even though this is not the preferred way of using column families 2. and since the easy way of adding new column families has not yet been implemented Can you show me how to do super column families in cassandra lazyboy a simple eg., of storing a tag for a key so Super1:Tag:key - value is a