Couchbase server document limit

Repeatedly updating a large document will be inefficient — you’ll have to keep sending the entire document to the server every time you call Set, so the data traffic will keep growing. It’s better to use many small documents. You can then use a view to collect all the data in one call.