wohali commented on issue #1044: view is not clean up, it is a bug? URL: https://github.com/apache/couchdb/issues/1044#issuecomment-358090626 "View cleanup" is a compaction process, which reduces the space the view takes up on disk. If you want to **delete** the view, you need to use the view deletion function: `curl -X DELETE http://anlex_N:n@localhost:5984/hello-world/_design/price` Or, in Fauxton: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
