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 MattGoodall:
http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API

------------------------------------------------------------------------------
  
     * '''non-atomic''' - This is the default behavior.  Some documents may 
successfully be saved and some may not.  The response will tell the application 
which documents were saved or not. In the case of a power failure, when the 
database restarts some may have been saved and some not.
  
-    * '''all-or-nothing''' - To use this mode, include 
{{{"all-or-nothing":true}}} as part of the request.  In the case of a power 
failure, when the database restarts either all the changes will have been saved 
or none of them.  However, it does not do conflict checking, so the documents 
will be committed even if this creates conflicts.
+    * '''all-or-nothing''' - To use this mode, include 
{{{"all_or_nothing":true}}} as part of the request.  In the case of a power 
failure, when the database restarts either all the changes will have been saved 
or none of them.  However, it does not do conflict checking, so the documents 
will be committed even if this creates conflicts.
  
  {{{
  {

Reply via email to