I'm planning a new project, using CouchDB 3.0 as the database. Each document will have one or more attachment. I want to stick with the CouchDB defaults as much as possible. My concern is that the document size of 8MB includes the attachment to that document.
In the upgrade notes of the 3.0.x Branch it states the following:
The default maximum document size has been reduced to 8MB. This means that databases with larger documents will not be able to replicate into CouchDB 3.0 correctly without modification. This change has been made in preparation for anticipated hard upper limits on document size imposed by CouchDB 4.0. For 3.x, the max document size setting can be relaxed via the [couchdb] max_document_size config setting.
Can someone please confirm the attachment size limits in relation to the document size limits.