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 measure the performance of my cluster under
different kind of operations please let me know.

Panagiotis


On Sat, Mar 15, 2014 at 2:52 PM, Peter Lin <wool...@gmail.com> wrote:

>
> 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 <sylv...@datastax.com>wrote:
>
>> On Fri, Mar 14, 2014 at 7:59 PM, Panagiotis Garefalakis <
>> panga...@gmail.com> 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 the
>>> Thrift API.
>>>
>>
>> They *are* supported by thrift. First, let me remark that both
>> "lightweight transactions" and "Serial Writes" are 2 names for the same
>> thing. And in thrift it's supported through the cas() method.
>>
>> --
>> Sylvain
>>
>>
>>
>>> Is there any patch available or the only way to support them is though
>>> CQL?
>>>
>>> Thanks in advance,
>>> Panagiotis
>>>
>>
>>
>

Reply via email to