Do we publish a CouchDB+Clouseau docker?

2020-07-28 Thread Joan Touzet
Hi there, Recently IBM donated their CouchDB+Clouseau (in RedHat UBI form) docker container to the apache/couchdb-docker repository. One of their customers, Grapevine AI, is asking if we can release this and publish it under the apache/couchdb Docker Hub location. As I said in the merge

Re: object keys in couchdb 4

2020-07-28 Thread Paul Davis
San, I don't remember that being a performance issue under consideration for the "exploded document" design that we had contemplated in particular, but I could see there being some concerns around it. However, we have not implemented that idea and instead just store documents in as few

object keys in couchdb 4

2020-07-28 Thread San Sato
During the design process with FDB integration, there was talk about issues with nesting keys having user-provided values, the gist of which was, as I recall, was that having many documents *{ _id: "xyz", o: ...}* with *o*'s value being a nested object with runtime-generated, non-predictable keys