You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2008/10/22 15:18:44 UTC

[jira] Created: (COUCHDB-141) Short-Cut replication initialisation for large databases that are guaranteed to be equal

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.