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 2009/11/19 01:21:04 UTC

[Couchdb Wiki] Update of "HTTP_view_API" by MarcaJames

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 ====