Tagged Questions
5
votes
1answer
441 views
How to handle “reference tables” in CouchDB?
What's the best way to handle "reference tables", tables that contain static data, for example a list with various kinds of ingredients for food?
Multiple documents, one for each ingredient
One ...
1
vote
1answer
116 views
Document Design and Document IDs
I was wondering about specifying id's in CouchDB. For example:
House
- Rooms
-- Kitchen
-- Living room
-- ...
- Windows
- Doors
There are some documents, like "House", where there is and will only ...
2
votes
1answer
104 views
Does document “depth” affect CouchDB performance?
I have a project where it is very tempting to use a deeply nested collection of data. But how does that affect performance? Are there any reasons why I should avoid doing this? I'm talking about lists ...