RE: Range Slices timing question

2010-06-10 Thread Carlos Sanchez
Thx a lot -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Thursday, June 10, 2010 4:28 PM To: user@cassandra.apache.org Subject: Re: Range Slices timing question get_range_slices is faster in 0.7 but there's not much you can do in 0.6. On Wed, Jun 9, 2010

Re: Range Slices timing question

2010-06-10 Thread Jonathan Ellis
get_range_slices is faster in 0.7 but there's not much you can do in 0.6. On Wed, Jun 9, 2010 at 11:04 AM, Carlos Sanchez wrote: > I have about a million rows (each row with 100 cols) of the form > domain/!date/!id  (e.g. gwm.com/!20100430/!CFRA4500) So I am interested in > getting all the ids

Range Slices timing question

2010-06-09 Thread Carlos Sanchez
I have about a million rows (each row with 100 cols) of the form domain/!date/!id (e.g. gwm.com/!20100430/!CFRA4500) So I am interested in getting all the ids (all cols) for a particular domain/date (e.g. "gwm.ml.com/!20100430/!A" "gwm.ml.com/!20100430/!D"). I am looping in chunks of 6000 rows