Everyone, i am recently reading some knowledge about Couchdb just of interest. It's said that it stores data as pairs of index and document. and the document is literally a structure or javascript json structure.. Compared to relational database , couchdb is much lest complex, so, it saves read/write time? right? But i am wondering, in reality, and some websites are implemented with couchdb, but not all websites can be right to use this db. and by the way, for retrieval of a result, just like relational db, it returns a set of data, Can couchdb return a set of documents. and can it return a document by a given condition?
Or it can only return a result by a given document id?
Thanx for your answer