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