Short-Cut replication initialisation for large databases that are guaranteed to
be equal
----------------------------------------------------------------------------------------
Key: COUCHDB-141
URL: https://issues.apache.org/jira/browse/COUCHDB-141
Project: CouchDB
Issue Type: New Feature
Components: Database Core
Affects Versions: 0.9
Reporter: Jan Lehnardt
Priority: Minor
In a situation where a large database is made available on multiple nodes by
copying over the .couch file and where multi-master-replication should keep all
nodes in sync, the initial replication in each direction takes quite some time,
trying to determine if all databases are in the same state. When we copy the
.couch files, they are guaranteed to be equal. It would be nice to be able to
tell CouchDB that it doesn't actually have to iterate through all dbs and just
accept the fact that we tell it that they are equal.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.