guanfeix edited a comment on issue #701: URL: https://github.com/apache/couchdb-documentation/issues/701#issuecomment-1068647449
Ok,thanks a lot. It real helpful for me. In the last i try a lot , finnaly find the solution for me mannualy compact views.But the description in document real puzzle me,why designname refer to dbname/viewname in operation,I recommend you add one detailed example on document,It will real kindful for CouchDB newbee curl -H "Content-Type: application/json" -X POST http://localhost:5984/dbname/_compact/designname curl -H "Content-Type: application/json" -X POST http://localhost:5984/dbname/_compact/dbname/viewname    -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
