Tagged Questions
5
votes
2answers
296 views
Are there any Design Guidelines for Documental Databases?
Just wondering if there are any kind of guidelines for when you are designing a document-oriented db and I am talking especially about CouchDb.
I know that being schemaless things can take the shape ...
4
votes
2answers
1k views
Join/sum with CouchDB
Using 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 ...
3
votes
3answers
234 views
Does this schema sound better suited for a document-oriented data store or relational?
Disclaimer: let me know if this question is better suited for serverfault.com
I want to store information on music, specifically:
genres
artists
albums
songs
This information will be used in a ...
2
votes
1answer
82 views
Is there anything wrong with creating Couch DB views with null values?
I've been doing a fair amount of work with Couch DB in my spare time recently and really enjoy using it. I find it to be much more flexible than using a relational database, but it's not without it's ...