On Tue, Jul 16, 2013 at 4:46 AM, cesare cugnasco
<cesare.cugna...@gmail.com>wrote:

> We  are working on porting some life science applications to Cassandra,
> but we have to deal with its limits managing huge queries. Our queries are
> usually multiget_slice ones: many rows with many columns each.
>

You are not getting much "win" by increasing request size in Cassandra, and
you expose yourself to "lose" such as you have experienced.

Is there some reason you cannot just issue multiple requests?

=Rob

Reply via email to