On Wed, May 26, 2010 at 9:54 AM, Mishail <mishail.mish...@gmail.com> wrote: > You could either use 1 remove(keyspace, key, column_path, timestamp, > consistency_level) per aech key, or wait till > https://issues.apache.org/jira/browse/CASSANDRA-494 fixed (to use > SliceRange in the Deletion)
thanks, I'm already doing that but sending 2k commands when one would suffice is clearly a bit wasteful :) CASSANDRA-1027 seems good enough, and pretty trivial. Thanks both for your answers.