data retrieval - CouchBase map multiple documents with key prefix -
i have following keys in couch db :
content_hashkey content_info_hashkey
in above example hashkey unique in both documents prefix , document content vary both , web client not want them making multiple couch db calls retrieve both pieces of information (related ot same hashkey), efficient way retrieve both documents in single call couch base db ?
edit : need hashkey property insideexach of documents able join them ?:
content_hashkey hashkeyval : hashkey content_info_hashkey hashkeyval : hashkey
Comments
Post a Comment