Re: Unable to fetch large amount of rows

2013-03-23 Thread aaron morton
rch 2013 23:11 > To: user@cassandra.apache.org > Subject: Re: Unable to fetch large amount of rows > > + Did run cfhistograms, the results are interesting (Note: row cache is > disabled): > SSTables in cfhistograms is a friend here. It tells you how many sstables > were read from p

RE: Unable to fetch large amount of rows

2013-03-21 Thread Pushkar Prasad
Answers prefixed with [PP] _ From: aaron morton [mailto:aa...@thelastpickle.com] Sent: 21 March 2013 23:11 To: user@cassandra.apache.org Subject: Re: Unable to fetch large amount of rows + Did run cfhistograms, the results are interesting (Note: row cache is disabled): SSTables in

Re: Unable to fetch large amount of rows

2013-03-21 Thread aaron morton
New Zealand @aaronmorton http://www.thelastpickle.com On 21/03/2013, at 4:48 PM, Pushkar Prasad wrote: > Yes, I'm reading from a single partition. > > -Original Message- > From: Hiller, Dean [mailto:dean.hil...@nrel.gov] > Sent: 21 March 2013 01:38 > To: user@cass

RE: Unable to fetch large amount of rows

2013-03-20 Thread Pushkar Prasad
Yes, I'm reading from a single partition. -Original Message- From: Hiller, Dean [mailto:dean.hil...@nrel.gov] Sent: 21 March 2013 01:38 To: user@cassandra.apache.org Subject: Re: Unable to fetch large amount of rows Is your use case reading from a single partition? If so, you may

Re: Unable to fetch large amount of rows

2013-03-20 Thread Hiller, Dean
20, 2013 11:41 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: RE: Unable to fetch large amount of rows Hi aaron. I added pagination, and things seem to have started performing much better. With 1000 page siz

RE: Unable to fetch large amount of rows

2013-03-20 Thread Pushkar Prasad
r response when queried from a different node, can something be done? Thanks Pushkar _ From: aaron morton [mailto:aa...@thelastpickle.com] Sent: 20 March 2013 15:02 To: user@cassandra.apache.org Subject: Re: Unable to fetch large amount of rows The query returns fine if I reques

Re: Unable to fetch large amount of rows

2013-03-20 Thread aaron morton
me to return the records? And if > data is stored sequentially, is there any alternative that would allow me to > fetch all the records quickly (by sequential disk fetch)? > > Thanks > Pushkar > > -Original Message----- > From: aaron morton [mailto:aa...@thelastpickle.

RE: Unable to fetch large amount of rows

2013-03-19 Thread Pushkar Prasad
user@cassandra.apache.org Subject: Re: Unable to fetch large amount of rows > I have 1000 timestamps, and for each timestamp, I have 500K different MACAddress. So you are trying to read about 2 million columns ? 500K MACAddresses each with 3 other columns? > When I run the following query

Re: Unable to fetch large amount of rows

2013-03-19 Thread aaron morton
> I have 1000 timestamps, and for each timestamp, I have 500K different > MACAddress. So you are trying to read about 2 million columns ? 500K MACAddresses each with 3 other columns? > When I run the following query, I get RPC Timeout exceptions: What is the exception? Is it a client side soc