I have just received an Android project that works with CouchDB
and CouchBase Lite
.
The first step in the app is a replication, more or less the replication spent more than 2 hours, but usually it never finish.
On the dataBase site I can see that doc_del_count is bigger than doc_count, It does not make sense because we never delete documents.
In this case the replication process handles 519695 documents and 498264 of them are deleted, so it is crazy
My questions are:
Why replication download doc_del_count
if they are deleted documents?
How Can I see those deleted documents?
Can I removed all those doc_del_count
? How?