Re: Batch get queries

2013-04-21 Thread aaron morton
> This is very acceptable but wanted to get everyone's take as I have seen > messages about this "starving" the request pool. The issue with sending large mutli gets or batch mutations is that it can reduce overall request throughput. Every row in your 10K multi becomes RF number of tasks that

Batch get queries

2013-04-19 Thread Keith Wright
Hi all, I am using C* 1.2.4 and using CQL3 with Astyanax to consume large amount of user based data (around 50-100K / sec). Requests come in based on user cookies which I then need to link to a user (as users can change their cookies). This is done using a link table: CREATE TABLE cookie_