Robert Kowalski created COUCHDB-2998:
----------------------------------------
Summary: CouchDB API should return conflict count per DB
Key: COUCHDB-2998
URL: https://issues.apache.org/jira/browse/COUCHDB-2998
Project: CouchDB
Issue Type: Sub-task
Components: Database Core, HTTP Interface
Reporter: Robert Kowalski
The database info page should return the conflict count, to make it easy to
realise which database has a lot of conflicts. We can then use it in Fauxton
for indicators and warnings.
example:
curl localhost:5984/repli
{"db_name":"repli","update_seq":"4-g1AAAAFDeJzLYWBg4MhgTmHgz8tPSTV0MDQy1zMAQsMcoARTIkOS_P___7MSGXEqSVIAkkn2YFUMuFU5gFTFg1Ux41aVAFJVT8CsPBYgydAApIAK5xNWuQCicj9hlQcgKu8TVvkAohLkziwAId1Weg","sizes":{"file":1410330,"external":595,"active":14368},"purge_seq":0,"other":{"data_size":595},"doc_del_count":0,"doc_count":2,"disk_size":1410330,"disk_format_version":6,"data_size":14368,"compact_running":false,"instance_start_time":"0",
"conflicts": 1337}
Note: Will Holley also added that wide rev trees are interesting for many users.
discussion: https://pony-poc.apache.org/thread.html/Z-g20vo6txynz9j
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)