I thought OPP was required for get_range_slices. Is this no longer the case for 0.6?
On Thu, Apr 8, 2010 at 11:29 AM, Brandon Williams <dri...@gmail.com> wrote: > On Thu, Apr 8, 2010 at 1:26 PM, Peter Chang <pete...@gmail.com> wrote: > >> Sorry, I've read through the docs (although not too recently) and have >> followed this mailing list for a bit. But I haven't seen how it's possible >> to iterate with RP? Could you kindly point out to me where it shows how to >> do this? TIA. > > > The method is the same for both partitioners: get_range_slices. The key > difference is, with RP you don't really have a useful order, it's based on > the hash of the row key. > > -Brandon >