It's a pretty solid standard at this point.  The large majority of client
library work from this point on will be based on cql.

On Sun, Sep 23, 2012 at 12:45 AM, Bradford Toney
<bradford.to...@gmail.com>wrote:

> Yeah i've seen how it's done in CQL3 is just wasn't sure if it was a solid
> standard yet. I will probably go the CQL route as right now i am doing each
> insert individually.
>
>
> On Sat, Sep 22, 2012 at 11:34 AM, Tyler Hobbs <ty...@datastax.com> wrote:
>
>> If there's not already a well-written client in place, you should
>> strongly consider using cql3 instead.  It will save you a ton of work.
>>
>> If you want to ignore that advice, you can look at the send() and
>> insert() methods in phpcassa:
>> https://github.com/thobbs/phpcassa/blob/master/lib/phpcassa/Batch/Mutator.php#L53
>>
>> and in pycassa:
>> https://github.com/pycassa/pycassa/blob/master/pycassa/batch.py#L113
>>
>>
>> On Sat, Sep 22, 2012 at 12:22 AM, Bradford Toney <
>> bradford.to...@gmail.com> wrote:
>>
>>> I was using batch_mutate through the thrift interface and kept getting
>>> supercolumn errors, I was wondering if there are any examples of
>>> batch_mutate in erlang anywhere, or maybe something similar.
>>
>>
>>
>>
>> --
>> Tyler Hobbs
>> DataStax <http://datastax.com/>
>>
>>
>


-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to