Dear Wiki user,

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

The "HTTP_view_API" page has been changed by MarcaJames.
http://wiki.apache.org/couchdb/HTTP_view_API?action=diff&rev1=24&rev2=25

--------------------------------------------------

  POST /some_database/_view_cleanup
  }}}
  
+ == View Compaction ==
+ 
+ If you have very large views or are tight on space, you might consider 
compaction as well. To run compact for a particular view on a particular 
database;
+ 
+ {{{
+ POST /some_database/_compact/designname
+ }}}
+ 
+ In my case, views that were ~4.5M shrank to ~1.5M.  
  
  ==== Temporary Views ====
  

Reply via email to