Is there a way to replicate couchdb's incremental MapReduce functionality in MongoDB? Our goal is to perform periodic map reduce operations that only affect new documents in a collection.
Would it be possible to utilize the finalize function to label documents as 'old' and exclude them from the next map process?