Is there a way to avoid the limit of 20Mb per document size?

In our case the documents can be huge; splitting is a time consuming process and it reduces the performance as well. I was wondering if we have some way to change this limit?

sherryummen -

AFAIK the only way to do it is to modify the source and build it yourself: stackoverflow.com/questions/9381985/where-to-set-value-size-to-more-than-20mb-in-couchbase-source-code

However, it is possible that this could change in future Couchbase versions.

-Jeff