You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/09 00:07:47 UTC

[Couchdb Wiki] Trivial Update of "Replication" by mde

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Replication" page has been changed by mde.
http://wiki.apache.org/couchdb/Replication?action=diff&rev1=14&rev2=15

--------------------------------------------------

  The target database has to exist and is not implicitly created. Add `create_target:true` to the JSON object to create the target database (remote or local) prior to replication. The names of the source and target databases do not have to be the same.
  
  
- Specifying a local `source` database and a remote `target` database is called ''push replication'' and a remote `source` and local `target` is called ''pull replication''. As of CouchDB 0.9, pull replication works a lot more efficient and error resilient and it is suggested that you use pull replication in most cases, especially if your documents are large or you have large attachments.
+ Specifying a local `source` database and a remote `target` database is called ''push replication'' and a remote `source` and local `target` is called ''pull replication''. As of CouchDB 0.9, pull replication is a lot more efficient and error resilient, and it is suggested that you use pull replication in most cases, especially if your documents are large or you have large attachments.
  
  === Continuous replication ===