You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ashot Golovenko (JIRA)" <ji...@apache.org> on 2014/06/30 17:33:25 UTC

[jira] [Updated] (CASSANDRA-6222) Allow multiple updates to a single wide row

     [ https://issues.apache.org/jira/browse/CASSANDRA-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashot Golovenko updated CASSANDRA-6222:
---------------------------------------

    Component/s: API

> Allow multiple updates to a single wide row
> -------------------------------------------
>
>                 Key: CASSANDRA-6222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6222
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API, Core
>            Reporter: Ashot Golovenko
>
> Let's say I have the following table
> CREATE TABLE rating (
> id bigint,
> hid int,
> r double,
> PRIMARY KEY (id, hid);
> In my case I have around 1000 records to insert with the same id value, so basically I'm going to update physically the same row for 1000 times. It would be nice to be able to do this update fast. Batching doesn't make it really faster. Another case is to replace the row entirely with new values.



--
This message was sent by Atlassian JIRA
(v6.2#6252)