Automated Bucket Management

Hey there,

like the .NET documentation teaches, my application has to be aware, which document is stored in which bucket. Relating to figure 5 in the couchbase whitepaper my application has to be indirectly aware also of the node in which the certain document is stored.

I want to store a large amount of objects with the same type in different buckets. Only at runtime the application should know which bucket to retrieve depending on the requested key. Its similar to the memcached behavior in an earlier figure of the whitepaper:

An analogous technique should be used to save the documents to the least loaded buckets.

I guess the ClusterHelper itself should provide functionality like storing or retrieving a document, Is there a chance or am I misunderstanding the whole Couchbase thing?

Best

Vincenz