Skip to main content
Skip table of contents

CouchDB database size management

The No Code Studio and PWA forms rely on the noSQL database CouchDB server.

Forms response are stored in the c8oforms_response_fs database.

Depending on the number of pages, inputs and files or images you can upload, the database size can grows drastically.

We will present here some tools to manage the database size.

The first custom project is used to directly and definitively delete the forms reponses. It will identify the documents to delete, count them, then, database will be purged and compacted:

convertigo_tools.car

Another tool, less specific, will let you manage all your databases. You will have statistics about the databases size, fragmentation percentage before you can apply changes to databases:

https://github.com/convertigo/c8oprj-lib-compactcouchdb

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.