Re: get_slice OOM on large row

2011-01-28 Thread Jonathan Ellis
gt; -Original Message- > From: Jonathan Ellis [mailto:jbel...@gmail.com] > Sent: Friday, January 28, 2011 5:32 PM > To: user@cassandra.apache.org > Subject: Re: get_slice OOM on large row > > Requesting too much data in a single request is user error.  That is > why you ha

RE: get_slice OOM on large row

2011-01-28 Thread Rajat Chopra
- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, January 28, 2011 5:32 PM To: user@cassandra.apache.org Subject: Re: get_slice OOM on large row Requesting too much data in a single request is user error. That is why you have start columns/rows, so you can page through a large set. On

Re: get_slice OOM on large row

2011-01-28 Thread Jonathan Ellis
Requesting too much data in a single request is user error. That is why you have start columns/rows, so you can page through a large set. On Fri, Jan 28, 2011 at 6:48 PM, Rajat Chopra wrote: > Hi! > >    Trying to test the 0.7 release with some offbeat settings to check the > behavior. > > > > -