2
votes
2answers
49 views
What is the benefit of using a “document-oriented DBMS”?
I must be missing something, because everything I've seen so far suggests that it isn't any more interesting than a single table for storing blobs and a second table for tags that …
11
votes
6answers
831 views
How to stop thinking “relationally”
At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge.
I was wondering h …
3
votes
4answers
679 views
How to build “Tagging” support using CouchDB?
I'm using the following view function to iterate over all items in the database (in order to find a tag), but I think the performance is very poor if the dataset is large.
Any othe …
