Hi,
I’m getting the following error when trying to update a “big” document (~22MB).
UPDATE bucketName SET somefield = "value" WHERE (feild="value1")
[
{
"code": 12009,
"msg": "DML Error, possible causes include CAS mismatch or concurrent modificationFailed to perform update - cause: MCResponse status=E2BIG, opcode=SET, opaque=0, msg: Too large"
}
]
I didn’t find any documatation of this limitation in https://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/update.html
- What is the limit?
- Is it hardcoded in the server?
- Does this error code have exported enum in nodejs SDK?
- Are there any intention to support this?