Hi Behrad, no, there's no way to reset that sequence number. How many deleted docs do you have in your DB? Is the aim behind your question to avoid sending those deleted docs through the view generation process? Note that the actual number of entries in the index is going to be significantly less than 50M; each document that ever existed in your database shows up exactly once, regardless of how often it was edited.
Adam On Mar 15, 2014, at 8:28 AM, Behrad <[email protected]> wrote: > Is there any solution to reset a long-existing (update-intensive) Db's seq > number? > 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) > > -- > --Behrad
