RE: heavy insert load overloads CPUs, with MutationStage pending

2013-09-12 Thread Paul Cichonski
mples to work unless I use CF's that have "WITH COMPACT STORAGE" How did you handle these problems?  How much effort did it take you to switch from datastax to astyanax?  I feel like I'm getting lost in a pretty deep rabbit-hole here. On 09/11/2013 03:03 PM, Paul Cichonski wro

RE: heavy insert load overloads CPUs, with MutationStage pending

2013-09-11 Thread Paul Cichonski
e: heavy insert load overloads CPUs, with MutationStage pending > > Thanks, I had seen your stackoverflow post. I've got hundreds of > (wide-) rows, and the writes are pretty well distributed across them. > I'm very reluctant to drop back to the thrift interface. > > On 09

RE: heavy insert load overloads CPUs, with MutationStage pending

2013-09-11 Thread Paul Cichonski
How much of the data you are writing is going against the same row key? I've experienced some issues using CQL to write a full wide-row at once (across multiple threads) that exhibited some of the symptoms you have described (i.e., high cpu, dropped mutations). This question goes into it a bi