My requirement is to insert documents into a bucket. These are simple documents with no more than 10 attributes. These documents will never need to be updated, but could be deleted. These documents need to be queried based on about four attributes.
Is there any benefit in using a single document and performing an ArrayAppend to an array of documents? As opposed of using many documents, that is.