QuestionQ27
Hyperledger Fabric NetworksWhat should be considered when implementing efficient CouchDB queries from chaincode?
- A Using OLAP (Online analytical processing) and Cube functionality of CouchDB is enough to implement efficient queries.
- B Using complex indexes for certain columns is enough even if full scan operators like $or, $in and $regex are used.
- C Using indexes, focusing on simple queries and avoiding full index scans like with operators $or, $in and $regex.
- D Using advanced relational algebra and SQL query language options of CouchDB is enough to implement efficient queries.
Community Discussion