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