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 2010/05/27 15:55:04 UTC

[Couchdb Wiki] Update of "Compaction" by RobertNewson

Dear Wiki user,

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

The "Compaction" page has been changed by RobertNewson.
The comment on this change is: View compaction works as early as 0.10.0.
http://wiki.apache.org/couchdb/Compaction?action=diff&rev1=21&rev2=22

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

  
  == View compaction ==
  
- [[Introduction_to_CouchDB_views|Views]] need compaction like databases. There is a compact views feature introduced with CouchDB 0.11:
+ [[Introduction_to_CouchDB_views|Views]] need compaction like databases. There is a compact views feature introduced with CouchDB 0.10.0:
  {{{
  curl -X POST http://localhost:5984/dbname/_compact/designname
  #=> {"ok":true}