InterviewSolution
| 1. |
What Is Vbucket? |
|
Answer» Vbucket is ONE of the ways of logically partitioning data because of this nature, it can distribute all over the NODES in a cluster. Each COUCHBASE kind bucket that GETS created in the cluster is automatically split up into a static set of SLICES, later they map to individual servers. They are used to allocate the information effectively along with throughout a cluster. Vbucket is one of the ways of logically partitioning data because of this nature, it can distribute all over the nodes in a cluster. Each couchbase kind bucket that gets created in the cluster is automatically split up into a static set of slices, later they map to individual servers. They are used to allocate the information effectively along with throughout a cluster. |
|