Insert 6000 rows in Couchbase, but not stored success

大憨熊 提交于 2019-12-02 12:02:23

Couchbase is not designed to store large lists of data as one object. You cannot change the 20MB limit. Therefore, to store your objects, you need to store each one separately.

See here for more information.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!