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:
   
   ![mwsnap 2018-01-16 
15_14_20](https://user-images.githubusercontent.com/112292/35010189-0fe953e0-fad0-11e7-9684-6dfbc26c2a66.png)
   

----------------------------------------------------------------
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

Reply via email to