Right, the problem goes way beyond just the client-side libraries.
Relational databases can do "pagination" easily because of the ORDER BY,
LIMIT and OFFSET query modifiers. Reid Draper has previously shared a plan
for limited/resumed 2I queries in Riak, but that feature won't be in Riak
1.2, nor will it likely include reversed ordering (DESC) when it does land.

On Thu, Jul 19, 2012 at 5:02 AM, Vlad Gorodetsky <v...@gor.io> wrote:

> As far as I see it, there's no "good" way of doing that, since this
> awareness about the number of keys/buckets is very expensive in a
> Dynamo-like system (in some cases 2i may be the rescue, I believe).
> I remember there's a post on similar topic by Mathias:
> http://www.paperplanes.de/2011/12/13/list-all-of-the-riak-keys.html
>
> Best,
> Vlad
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>



-- 
Sean Cribbs <s...@basho.com>
Software Engineer
Basho Technologies, Inc.
http://basho.com/
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to