Re: CQL3 wide row and slow inserts - is there a single insert alternative?

2013-08-30 Thread Les Hazlewood
Well, it appears that this just isn't possible. I created CASSANDRA-5959 as a result. (Backstory + performance testing results are described in the issue): https://issues.apache.org/jira/browse/CASSANDRA-5959 -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath |

CQL3 wide row and slow inserts - is there a single insert alternative?

2013-08-29 Thread Les Hazlewood
Hi all, We're using a Cassandra table to store search results in a table/column family that that look like this: ++-+-+-+ || 0 | 1 | 2 | ... ++-+-+-+ | row_id | text... | text... | text... | ...