On Mar 15, 2014, at 5:28 AM, Behrad <[email protected]> wrote: > I see my view generation gets over 50,000,000 changes but I have only > 1,000,000 docs (most changes are archiving doc deletions)
Resetting the sequence number wouldn’t do anything about that. What you want to do, I think, is purge all the deleted docs. You can create a view that finds all deleted docs, then query the view and pass all the doc IDs to _purge. —Jens
