Read distribution between VBuckets

When we hit couchbase server with read request, does read request goes to only active vBuckets or request is ditributed between active and replica vBuckets?

Hi @kilicaytac ,

A typical “get” request goes only to the Couchbase node hosting the active vBucket. The client SDKs also have “getAnyReplica” and “getAllReplicas” methods which send the request to the nodes hosting the replicas as well as the active.

Thanks,
David