CouchDB - how to fetch older revision of documents, within _revs_limit ,after compaction -
Then I read it on the couchdb wiki page - * _revs_limit defines an upper limit of document modifications that can be used for couchdb Keeps track, even after compaction. *
But when I try to recover an old amendment (after compaction) which is within the _revs_limit range - I did not get a 404 doctor. I am doing GET only on Doctorate and Old_Ravid
Can anybody advise about the number of older versions of 'N' about the advice / advice of the document No, coincidence removes all previous revisions, and can not be configured.
No, coincidence removes all previous revisions, and can not be configured. It should also be noted that revision number is not a mechanism of version control, instead it is completely concurrency control / conflict-prevention.
You will have to use another method to get the document version, such as those listed or
Comments
Post a Comment