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