You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/23 19:29:58 UTC

[Couchdb Wiki] Update of "FrequentlyAskedQuestions" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/FrequentlyAskedQuestions

The comment on the change is:
Add cross reference

------------------------------------------------------------------------------
  whichever occurs first. The reason not to integrate each doc as
  it comes in is that it is horribly inefficient and CouchDB is designed
  to do view index updates very fast, so batching is a good idea.
+ See RegeneratingViewsOnUpdate for an example.
  
  To get a list of all views in a database, you can do a 
  GET /db/_all_docs?startkey=_design/&endkey=_design/ZZZZ