You create a view indexed by update date (or some other always incrementing
value).Then you can ask to get the values by that value.

On Sun, Oct 26, 2008 at 4:19 PM, Julien Guimont <
[EMAIL PROTECTED]> wrote:

> Hello,
>
> I am looking at CouchDB for a new project. So far it matches a lot of
> requirements that would require ugly hacks using a traditional DB.
>
> One requirement I have is to always have the delta results of a view (what
> documents matching the view has changed since last update).
>
> I read http://wiki.apache.org/couchdb/RegeneratingViewsOnUpdate
>
> and I understood that the views are being reprocessed only with the
> documents that have changed. (Am I wrong?)
>
> Well, if it is, can how can I get the view results only for those changed
> documents?
>
> Thank you!
> Julien.
>

Reply via email to