Re: Why so slow?

2012-08-20 Thread Carlos Carrasco
Are you inserting in bulk? Try to increase the amount of mutations you send in a single batch, otherwise you are just measuring the TCP roundtrip time. On 20 August 2012 17:36, Peter Morris wrote: > My misunderstanding, thanks for correcting me! > > > On Mon, Aug 20, 2012 at 4:32 PM, Hiller, Dea

Re: Dynamic CF

2012-07-10 Thread Carlos Carrasco
July 2012 16:34, Sylvain Lebresne wrote: > On Tue, Jul 10, 2012 at 4:19 PM, Carlos Carrasco < > carlos.carra...@groupalia.com> wrote: > >> I think he means something like having a fixed set of coiumns in the >> table definition, then in the actual rows having other colu

Re: Dynamic CF

2012-07-10 Thread Carlos Carrasco
I think he means something like having a fixed set of coiumns in the table definition, then in the actual rows having other columns not specified in the defintion, indepentent of the composited part of the PK. When I reviewed CQL3 for using in Gossie[1] I realized I couldn't have this, and that it

Re: error: "columnfamily alone is required for standard CF"

2011-11-24 Thread Carlos Carrasco
The Go libraries for Thrift are broken in various ways. The official one (from Thrift 0.8 SVN) does not support optional struct members, as you have found out. The fork in https://github.com/pomack/thrift4go supports optional members but does not work in r60. One workaround is to use 0.8 SVN and on