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

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 beukni...@gmail.com wrote: Dear all, I wonder why Cassandra do not support the following method: - multi_insert: insert multi keys -