Tagged Questions

0
votes
0answers
8 views

Join/sum with CouchDb

I currently have a document which represents an idea, you can rate this idea. Every idea is one document and every rating is a different document. I am doing this like this to avoid concurrent access …
11
votes
6answers
854 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 how some of you …
3
votes
4answers
721 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 other approach? def …