Re: Why does Cassandra not support some method?

2009-12-10 Thread Jonathan Ellis
these are all part of
https://issues.apache.org/jira/browse/CASSANDRA-336, which is being
worked on

On Thu, Dec 10, 2009 at 3:26 AM, JKnight JKnight  wrote:
> Dear all,
>
> I wonder why Cassandra do not support the following method:
> - multi_insert: insert multi keys
> - multi_remove: remove multi keys
> - multi_batchInsert: batch insert multi keys
>
> And how can I add above method?
> Thanks in advance.
>
> --
> Best regards,
> JKnight


Re: Why does Cassandra not support some method?

2009-12-10 Thread Mark Robson
2009/12/10 JKnight JKnight 

> Dear all,
>
> I wonder why Cassandra do not support the following method:
> - multi_insert: insert multi keys
> - multi_remove: remove multi keys
> - multi_batchInsert: batch insert multi keys
>


I'm not sure how the 1st and 3rd are different, but my understanding is that
this is all planned for the (near) future; there is certainly an issue for
doing range removes (With the OrderPreservingPartitioner) which is being
actively worked on.

Multi-key inserts are also likely to be available soon if they aren't
already.

Mark


Why does Cassandra not support some method?

2009-12-10 Thread JKnight JKnight
Dear all,

I wonder why Cassandra do not support the following method:
- multi_insert: insert multi keys
- multi_remove: remove multi keys
- multi_batchInsert: batch insert multi keys

And how can I add above method?
Thanks in advance.

-- 
Best regards,
JKnight