Couchdb replication file size -


I have a production couchdb server that gets compressed on a weekly basis. When compact it goes from 30 MB to 15 MB. But when I run it on a remote server, the file size on that server is 30MB.

How is this possible? I copy a compact version so it should be 15 MB at the other end.

Is this remote "compact" duplicate data on the remote server and both will not have "conflict"?

Replication uses several _bulk_doc requests to send all documents. Each request will produce some "garbage" data, because the underlying B + documents are being rewritten to accommodate each new batch of the document.

Replication is safe to summarize the goal. Compassion has no meaning effect on any of your data. You can run it safely any time.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -