Re: Large results and network round trips

2012-10-25 Thread Edward Capriolo
For this scenario, remove disk speed from the equation. Assume the row is completely in Row Cache. Also lets assume Read.ONE. With this information I would be looking to determine response size/maximum requests second/max latency. I would use this to say "You want to do 5,000 reads/sec, on a GigaB

Re: Large results and network round trips

2012-10-25 Thread sankalp kohli
I dont have any sample data on this, but read latency will depend on these 1) Consistency level of the read 2) Disk speed. Also you can look at the Netflix client as it makes the co-ordinator node same as the node which holds that data. This will reduce one hop. On Thu, Oct 25, 2012 at 9:04 AM, E

Large results and network round trips

2012-10-25 Thread Edward Capriolo
Hello all, Currently we implement wide rows for most of our entities. For example: user { event1=>x event2=>y event3=>z ... } Normally the entires are bounded to be less then 256 columns and most columns are small in size say 30 bytes. Because the blind write nature of Cassandra it is possib