ronag opened a new issue, #5224:
URL: https://github.com/apache/couchdb/issues/5224

   Currently when using changes with a filter it can take a very long time 
before a change is received which makes it difficult to create checkpoints to 
start from in case the change feed is prematurely restarted.
   
   e.g. if you have a huge database with and a very specific change feed 
selector it can take 8 hours before the first change arrives. If the service 
has a tendency (for whatever reason) to restart once an hour it will never be 
able to make progress since no checkpoint ever occurs.
   
   It would be nice if "normal" change feeds would have an option that says "if 
x duration has passed" then end the change feed and return the last progress 
equence number.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to