/[Apache-SVN]
ViewVC logotype

Revision 904615


Jump to revision: Previous Next
Author: jchris
Date: Fri Jan 29 20:08:54 2010 UTC (14 years, 2 months ago)
Changed paths: 5
Log Message:
Thanks Filipe Manana. Closes COUCHDB-631.

Replicator option to replicate a list of docids (bypasses by_seq index).

Usage: POST to /_replicate with a JSON body of:

{"source": "myfoo",
"target" : "http://remotedb.com/theirfoo",
"doc_ids": ["foo1", "foo3", "foo666"]}

This will copy the listed docs from the source to the target database.

Changed paths

Path Details
Directorycouchdb/trunk/THANKS modified , text changed
Directorycouchdb/trunk/share/www/script/test/replication.js modified , text changed
Directorycouchdb/trunk/src/couchdb/couch_rep.erl modified , text changed
Directorycouchdb/trunk/src/couchdb/couch_rep_reader.erl modified , text changed
Directorycouchdb/trunk/src/couchdb/couch_rep_writer.erl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26