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

The comment on the change is:
Some notes on developing views

------------------------------------------------------------------------------
  }
  }}}
  
+ 
+ Playing with (malformed) views is currently the best way to bring the couchdb 
server in an unstable state. Also the Futon Web-Client does not interact very 
well with errors in views. Some suggestions for view development:
+ 
+  * Develop views on a separate server instance, not on your production systems
+  * Keep an eye on the logfile: most errors are reported only there
+  * If your Futon Web-Client acts funny, clear the cookies futon created
+  * Work with temporary views. Store views only after you have verified that 
they work as intended.
+  * Work with only a few hundred documents for testing.
+  * Keep in mind that the the Futon Web-Client silently adds ''group=true'' to 
your views.
+ 

Reply via email to