Google News
logo
CouchDB - Interview Questions
Explain the role of Data Structures in the Couchbase server?
In Couchbase, Data structures are similar to those included in javascript.Map is a key-value structure that is similar to a JavaScript Object. In Map, a value is accessed by employing the key string. One can place the values in the very beginning or at the end.
Advertisement