Vicky, As long as that counter is not stored in Riak, there's nothing that would prevent you from doing this. However, Riak does not provide a "range scan" or "multi-fetch" type of operation, you will need to implement that yourself. Also keep in mind that on any system, fetching 500,000 values at once is going to be painful.
On Tue, Aug 30, 2011 at 4:24 AM, Vicky Khanna <[email protected]>wrote: > Hi, **** > > ** ** > > I am testing riak for a may be application implementation that demands of > fetching values/keys using a counter .**** > > for e.g what if I want keys from 1 Million(th) row to 1.5 Million (th) > row??**** > > Is it possible to have such an implimentation??**** > > ** ** > > Thanks in Advance**** > > ** ** > > Vicky Khanna**** > > ** ** > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > -- Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://www.basho.com/
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
