Re: get_slice needs offset

2011-07-06 Thread Boris Yen
I suppose what you meant is to use the last-column-seen as the "start" of SliceRange to make another query, so that the server could use the per-row column index to jump to the right position of a file and retrieve column data. Based on that, if an application/cassandra-client wants to implement a

Re: get_slice needs offset

2011-07-06 Thread Jonathan Ellis
It was removed because the "right" way to do this is to page by last-column-seen, which can take advantage of the per-row column index. Offset cannot. On Wed, Jul 6, 2011 at 3:04 AM, Boris Yen wrote: > Hi, > > It seems it was implemented before. However, due to Cassandra-286, it was > removed. I