Are views shared across all servers in a Couchbase cluster?

I have a production server and a locally running server (Couchbase). I have some views on the development side of a production server, I need to sync with my local server.

Are all views synchronized across the cluster? (types of development and / or types of production?)

+3


source to share


1 answer


Views are synchronized across all nodes in the cluster.



If you have two independent clusters, you will need to duplicate your design documents on both clusters. This is the case even if you are using XDCR to synchronize bucket contents between clusters.

+4


source







All Articles