1.

How Many Functional Blocks Have Involved In Couchbase Server And Brief About Them?

Answer»

There are two different functional blocks of Couchbase server and are:

  • Data Manager
  • Cluster Manager

Data Manager : Data Manager is responsible for storing and extracting the data from applications in answer to data processing requirements. Data Manager will disclose 2 “men capable” docks to the set of connections. 1 port guides non-VBUCKET aware client libraries and another one will guide to the vBucket aware client libraries. The most of Data manager code is written in C and C++ PROGRAMMING languages.

Cluster Manager : Cluster manager is made to look after the arrangement PLUS the performance of all NODES in a couchbase server cluster. The manger’s code will run on each lump in the cluster and SELECTS one node for aggregation. The most of the Cluster Manager code is written in Erlang/OTP.

There are two different functional blocks of Couchbase server and are:

Data Manager : Data Manager is responsible for storing and extracting the data from applications in answer to data processing requirements. Data Manager will disclose 2 “men capable” docks to the set of connections. 1 port guides non-vBucket aware client libraries and another one will guide to the vBucket aware client libraries. The most of Data manager code is written in C and C++ programming languages.

Cluster Manager : Cluster manager is made to look after the arrangement plus the performance of all nodes in a couchbase server cluster. The manger’s code will run on each lump in the cluster and selects one node for aggregation. The most of the Cluster Manager code is written in Erlang/OTP.



Discussion

No Comment Found