In CouchDB, which data structure is used to store the result of a view?

14. In CouchDB, which data structure is used to store the result of a view?

  1. Array
  2. Structure
  3. Graph
  4. B-Tree

Answer: D) B-Tree

Explanation:

The "B-Tree" data structure is used while storing the result of a view in CouchDB.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.