why not use a show or list function that removes that field? B.
On 12 June 2012 01:37, Jens Alfke <[email protected]> wrote: > > On Jun 11, 2012, at 4:29 PM, bryan rasmussen wrote: > >> Does couchdb have some sort of higher level way of doing this that >> will have better performance than just looping through the object and >> copying over every property unless it is the username one? > > Is the performance of that a problem? Remember, the map function is only run > when a document is updated. It's generating an index, not performing the > query. > > —Jens
