Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4.7 Deployment Strategies
Chapter Sections
Chapters

4.7.1. 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.1. Deployment Strategy — Using a vBucket Aware Client

Deployment Strategy — Using a vBucket Aware Client

See also vBuckets for an in-depth description.