Re: Does HBase guarantee return the same result when I invoke scan operation ?

2010-09-15 Thread Andrew Purtell
> so what criterion HBase use to sort the returned result ? By row key ? Yes, by row key. - Andy --- On Wed, 9/15/10, Jeff Zhang wrote: > From: Jeff Zhang > Subject: Does HBase guarantee return the same result when I invoke scan > operation ? > To: hbase-u...@hadoop.ap

Does HBase guarantee return the same result when I invoke scan operation ?

2010-09-15 Thread Jeff Zhang
Hi all, I'd like to implement paging for my returned result, So I'd like to now whether HBase guarantee return the same result when I invoke scan operation. I know Lucene can guarantee that, because Lucene will return result order by relevance, so what criterion HBase use to sort the returned resu