2

Let's say I'm setting up couchbase with a bucket replicating across N number of data centers. Can I write documents into bucket in each data center and use replication, so each bucket in each data center will contain all documents in all data centers ?

1
  • This is how cross data center replication works in Couchbase 2.0. Commented Jan 9, 2013 at 10:14

1 Answer 1

3

Yes. As long as you create a replication to each data center this will work. You could for example set up bi-directional replication as follows:

(Data Center A) <-- rep 1 --> (Data Center B) <-- rep 2 --> (Data Center C)

or any other combination of replications as long as there is a path to each data center through those replications.

See http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-admin-tasks-xdcr.html for more information.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.