Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4.7 Deployment Strategies
Chapter Sections
Chapters

4.7.2. Using a smart (vBucket aware) Client

When using a smart client, the client library provides an interface to the cluster, and performs server selection directly via the vBucket mechanism. The clients communicate with the cluster using a custom Couchbase protocol which enables the sharing of the vBucket map, and the selection within the client of the required vBucket when obtaining and storing information.

Figure 4.4. Deployment Strategy — Using a vBucket Aware Client

Deployment Strategy — Using a vBucket Aware Client

See also vBuckets for an in-depth description.