Re: Looking for a good Ruby client

2012-11-21 Thread Mat Brown
support will be > provided by Cassandra itself when the time comes. > > > 2012/11/20 Mat Brown >> >> Hi Timmy, >> >> I haven't done a lot of playing with CQL3 yet, mostly just reading the >> blog posts, so the following is subject to change : ) >>

Re: Looking for a good Ruby client

2012-11-20 Thread Mat Brown
ent in as well. Finally, regarding a blog, we've got one set up, but it's not live yet. I'll ping you with a link when it is; I'll certainly be posting on the development of the next Cequel release. Cheers, Mat On Tue, Nov 20, 2012 at 9:23 AM, Timmy Turner wrote: > @Mat

Re: Looking for a good Ruby client

2012-11-20 Thread Mat Brown
As the author of Cequel, I can assure you it is excellent ; ) We use it in production at Brewster and it is quite stable. If you try it out and find any bugs, we'll fix 'em quickly. I'm planning a big overhaul of the model layer over the holidays to expose all the new data modeling goodness in C

Re: Omitting empty columns from CQL SELECT

2012-08-17 Thread Mat Brown
fy the columns by name in the select clause the query returns > them because they should be projected in the result set. > > Can you use a column slice instead ? > > Cheers > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle

Omitting empty columns from CQL SELECT

2012-08-16 Thread Mat Brown
Hello all, I've noticed that when performing a SELECT statement with a list of columns specified, Cassandra returns all columns in the resulting row(s) even if they have no value. This creates an apparently considerable amount of transport and deserialization overhead, particularly in one use case

Key order check in sstable2json

2012-08-09 Thread Mat Brown
Hello, We've noticed that when passing multiple -k arguments to the sstable2json utility, we pretty much always get an IOException with "Key out of order!". Looking at this: https://github.com/apache/cassandra/blob/cassandra-1.0.10/src/java/org/apache/cassandra/tools/SSTableExport.java#L241 it loo