Question : I’m currently working on a wiki-esque application using CouchDB and am trying to implement a document versioning scheme. […]
Tag: couchdb
Document Design and Document IDs
Question : I was wondering about specifying id’s in CouchDB. For example: House – Rooms — Kitchen — Living room […]
How to handle “reference tables” in CouchDB?
Question : What’s the best way to handle “reference tables”, tables that contain static data, for example a list with […]
Complex queries in CouchDB across multiple documents
Question : I’m relatively new to CouchDB (more specifically Cloudant if it matters) and I’m having a hard time wrapping […]
Does document “depth” affect CouchDB performance?
Question : I have a project where it is very tempting to use a deeply nested collection of data. But […]
How do databases store index key values (on-disk) for variable length fields?
Question : Context This question pertains to the low-level implementation details of indexes in both SQL and NoSQL database systems. […]
CouchDB vs MongoDB [closed]
Question : As it currently stands, this question is not a good fit for our Q&A format. We expect answers […]