2010/1/7 Cairo Noleto <[email protected]>: > Hi for all! > > I have a simple question about couchdb, how you compact your couchdb > database using curl, via terminal or another way without enter in futon? >
This should do it for you: $> curl -X POST http://localhost:5984/dbname/_compact -- Slan, David
