# File lib/couchrest/database.rb, line 287
    def compact!
      CouchRest.post "#{@root}/_compact"
    end