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
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
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
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