Search code examples
riakriak-search

How to get Riak keys last modified since X?


Is there a way to get a list of keys from Riak, which were modified since a specified time? A stream of changes would be equally good. MapReduce is not a recommended way.


Solution

  • There are a couple of possible solutions to this problem (all of which have their advantages and disadvantages):

    If you can use Riak TS it supports SQL and makes selecting records by date/time range quite easy.