Hey all, All good stuff here! Really cool to read all the ideas.
I'd like to add one more idea to the list: server-side conflict resolution. You'd want to make sure you were guaranteeing that you'd eventually converge on the same revision/set of revs though. Haven't put enough thought into how you'd do that. Ben On Fri, Sep 30, 2016 at 11:23 AM, Nick Vatamaniuc <[email protected]> wrote: > Hi Filippo, > > > Lazy Loading > > —————— > > I don’t know if CouchDB 2.0 comes with such a feature, but I would like > to have a mechanism to get just some document’s fields. Sometime I just > need the title or whatever, but I have to get the entire document. I would > like to request just a set of fields when I retrieve a document from the > database. > > There is pr to do something like this with _change feeds and mango > selectors. It adds an additional fields parameters to return only some > fields from the doc. So if the doc is 10MB and you just want to return > 1 field: > > https://github.com/apache/couchdb-couch/pull/177 > > Cheers, > -Nick >
