cozy / cozy-debian

Cozy Debian package
13 stars 4 forks source link

Add an auto compact for CouchDB database #21

Closed nledez closed 6 years ago

nledez commented 8 years ago

As discuss with @babolivier we can add auto-compact on CouchDB

frankrousseau commented 8 years ago

Thank you @nledez. Can you describe more what this issue is about? It makes the understanding easier for the repository visitor.

babolivier commented 8 years ago

@frankrousseau I'll allow myself to explain as we discussed this issue together with @nledez. Some self-hosted users (a lot of them?) aren't aware of the fact that, in order for the database not to fill all the available disk space with data, you have to compact it frequently. This feature aims to automating this action (via a cron task for example), so Cozy doesn't mess the machine if the user forget to compact the DB, or just doesn't know he has to.

aenario commented 8 years ago

What was the reasoning against using couchdb auto compact feature ?

nledez commented 8 years ago

It's for the Debian package. Self hosting users can be auto-compacted.

clochix commented 6 years ago

Closing, as the Node.js version of Cozy is now deprecated.