Thanks for all your replies. I was thinking to modify YCSB to support
lightweight transactions in order to measure the overhead introduced.
Since YCSB extends thrift api this is the only way to do it. I am not quite
sure how to use CAS but I am now looking at it.
If there is an easier way to measur
thanks for sharing that info. I haven't needed to use CAS yet and haven't
bothered to look at it. I'll have to document that for hector.
On Sat, Mar 15, 2014 at 5:45 AM, Sylvain Lebresne wrote:
> On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis <
> panga...@gmail.com> wrote:
>
>>
>> Hello
On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis
wrote:
>
> Hello all,
>
> I am running some tests in my cluster and I wanted to try some of the new
> features of Cassandra like lightweight transactions and Serial Writes.
> Surprisingly I found out that Serial writes are not supported by th
Recently I added CQL3 support to Hector, but I haven't had time to try out
serial writes.
On Fri, Mar 14, 2014 at 3:34 PM, Robert Coli wrote:
> On Fri, Mar 14, 2014 at 11:59 AM, Panagiotis Garefalakis <
> panga...@gmail.com> wrote:
>
>> I am running some tests in my cluster and I wanted to try
On Fri, Mar 14, 2014 at 11:59 AM, Panagiotis Garefalakis wrote:
> I am running some tests in my cluster and I wanted to try some of the new
> features of Cassandra like lightweight transactions and Serial Writes.
> Surprisingly I found out that Serial writes are not supported by the
> Thrift API.
Hello all,
I am running some tests in my cluster and I wanted to try some of the new
features of Cassandra like lightweight transactions and Serial Writes.
Surprisingly I found out that Serial writes are not supported by the Thrift
API.
Is there any patch available or the only way to support them