Re: batch_mutate and erlang

2012-09-23 Thread Tyler Hobbs
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 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 t

Re: batch_mutate and erlang

2012-09-22 Thread Bradford Toney
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 wrote: > If there's not already a well-written client in place, you should str

Re: batch_mutate and erlang

2012-09-22 Thread Tyler Hobbs
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