Yes, I find that get_range_slices takes an incredibly long time return the results. --- Gautam
On Tue, Apr 13, 2010 at 2:00 PM, James Golick <jamesgol...@gmail.com> wrote: > Hi All, > I'm seeing about 35-50ms to read 1000 columns from a CF using > get_range_slices. The columns are TimeUUIDType with empty values. > The row cache is enabled and I'm running the query 500 times in a row, so I > can only assume the row is cached. > Is that about what's expected or am I doing something wrong? (It's from java > this time, so it's not ruby thrift being slow). > - James