Schmidt

Results 95 comments of Schmidt

https://github.com/eHealthAfrica/ehealth-deployment/issues/151

This is the repo: https://github.com/apache/couchdb-documentation

One disadvantage is that this increases serialize cost because serialisation is done once per doc and ddoc.

Will be removed in CouchDB 2.0 anyway

I also would have recommend the approach described in that stackoverflow answer but did not try it yet nor have thought about that method in depth. Do you have a...

You can include a version as part of the document ID, eg. `_design/app-1.0`

This is a good solution. I recommend to emit the whole `ancestors` array: ``` js function(doc) { emit(doc.ancestors) } ``` This has two advantages over using one view per level:...

In CouchDB underscore property names are used, like for example `derived_key` in user documents and `user_ctx` in relication docs. So I would recommend using this style. But on the otherhand...

related: https://github.com/hoodiehq/wip-hoodie-store-on-pouchdb/issues/32