Skip to content

Is it possible to include all local changes in the _changes feed? #3327

Answered by rnewson
sinm asked this question in Ideas
Discussion options

You must be logged in to vote

It is not possible, because CouchDB does not record them. The _changes feed is the same output as the _all_docs endpoint except it shows deleted docs too and is in update order. With feed=continuous mode you can also listen in on changes as they happen, though there's no guarantee every update to a doc is sent, and you would not see them again on a subsequent call. CouchDB is tracking only the latest revisions of the document, older revisions are available only until next compaction and are considered obsoleted by the later updates.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sinm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants