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 2012/08/06 01:06:18 UTC

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

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 JensAlfke:
http://wiki.apache.org/couchdb/Replication?action=diff&rev1=46&rev2=47

Comment:
Cleanup

  
  == New features introduced in CouchDB 1.2.0 ==
  
- The 1.2.0 release (not yet released at the moment of this writing, November 27 2011) ships with a new replicator implementation. Besides offering performance improvements, more resilience and better logging/reporting, it offers new configuration parameters. These parameters have, in the ''default.ini'' configuration file, some comments describing them and are the following:
+ CouchDB 1.2 ships with a new replicator implementation. Besides offering performance improvements, more resilience and better logging/reporting, it offers new configuration parameters. These parameters can be specified globally in the ''default.ini'' configuration file:
  
  * '''worker_processes''' - The number of process the replicator uses (per replication) to transfer documents from the source to the target database. Higher values can imply better throughput (due to more parallelism of network and disk IO) at the expense of more memory and eventually CPU. Default value is 4.
  
@@ -295, +295 @@

  
  == Protocol Documentation ==
  
+  * [[https://github.com/couchbaselabs/TouchDB-iOS/wiki/Replication-Algorithm|TouchDB Replication Algorithm]] (also applies to CouchDB since they interoperate)
-  * [[http://okfn.org/|OKFN]]'s [[http://dataprotocols.org/|DataProtocols.org]] [[http://www.dataprotocols.org/en/latest/couchdb_replication.html|CouchDB Replication Documentation]]
-  * [[JensAlfke]]'s [[https://github.com/couchbaselabs/TouchDB-iOS/wiki/Replication-Algorithm|Replication Algorithm]] Documentation for [[https://github.com/couchbaselabs/TouchDB-iOS/|TouchDB]]
  

Re: [Couchdb Wiki] Trivial Update of "Replication" by JensAlfke

Posted by Benoit Chesneau <bc...@gmail.com>.
On Mon, Aug 6, 2012 at 1:06 AM, Apache Wiki <wi...@apache.org> wrote:
> 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 JensAlfke:
> http://wiki.apache.org/couchdb/Replication?action=diff&rev1=46&rev2=47
>
> Comment:
> Cleanup
>
>
>   == New features introduced in CouchDB 1.2.0 ==
>
> - The 1.2.0 release (not yet released at the moment of this writing, November 27 2011) ships with a new replicator implementation. Besides offering performance improvements, more resilience and better logging/reporting, it offers new configuration parameters. These parameters have, in the ''default.ini'' configuration file, some comments describing them and are the following:
> + CouchDB 1.2 ships with a new replicator implementation. Besides offering performance improvements, more resilience and better logging/reporting, it offers new configuration parameters. These parameters can be specified globally in the ''default.ini'' configuration file:
>
>   * '''worker_processes''' - The number of process the replicator uses (per replication) to transfer documents from the source to the target database. Higher values can imply better throughput (due to more parallelism of network and disk IO) at the expense of more memory and eventually CPU. Default value is 4.
>
> @@ -295, +295 @@
>
>
>   == Protocol Documentation ==
>
> +  * [[https://github.com/couchbaselabs/TouchDB-iOS/wiki/Replication-Algorithm|TouchDB Replication Algorithm]] (also applies to CouchDB since they interoperate)
> -  * [[http://okfn.org/|OKFN]]'s [[http://dataprotocols.org/|DataProtocols.org]] [[http://www.dataprotocols.org/en/latest/couchdb_replication.html|CouchDB Replication Documentation]]
> -  * [[JensAlfke]]'s [[https://github.com/couchbaselabs/TouchDB-iOS/wiki/Replication-Algorithm|Replication Algorithm]] Documentation for [[https://github.com/couchbaselabs/TouchDB-iOS/|TouchDB]]
>

Please keeps the other open link. thanks.