The closest you can come to doing such a thing is using key filters which will select some subset of keys within memory - but just by key name. Otherwise you need to do an m/r - but doing so will load more data than you want. Range requests are predicated on having sorted data and Riak does not sort data natively.
-Alexander Sicular @siculars On Feb 3, 2011, at 11:38 PM, Joshua Partogi wrote: > Hi all, > > In riak, is it possible to query a range of data in a bucket instead of > fetching all of them? If it is possible, what parameter that we need to > specify? > > Thanks for your help. > > Kind regards, > Joshua. > > -- > http://twitter.com/jpartogi > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com