You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mark Robson (JIRA)" <ji...@apache.org> on 2009/05/13 11:36:45 UTC

[jira] Created: (CASSANDRA-166) Support batch inserts for more than one key at once

Support batch inserts for more than one key at once
---------------------------------------------------

                 Key: CASSANDRA-166
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-166
             Project: Cassandra
          Issue Type: New Feature
            Reporter: Mark Robson
            Priority: Minor


batch_insert can only insert one batch_mutation_t at once; a batch_mutation_t can only affect a single key even though you can manipulate several column families at once

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-166) Support batch inserts for more than one key at once

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-166.
--------------------------------------

    Resolution: Won't Fix

the key is the logical unit to act on.  the benefits from going to multiple keys at once would be negligible.

> Support batch inserts for more than one key at once
> ---------------------------------------------------
>
>                 Key: CASSANDRA-166
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-166
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Mark Robson
>            Priority: Minor
>
> batch_insert can only insert one batch_mutation_t at once; a batch_mutation_t can only affect a single key even though you can manipulate several column families at once

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.