Insert 6000 rows in Couchbase, but not stored success

房东的猫 提交于 2019-12-02 18:06:47

问题


I generated 6000 objects in List, and stored List into Couchbase with memcached, but the Store method returned "false" without any messages, I don't know why 6000 rows data can not be stored but 2000 rows data works.


回答1:


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.



来源:https://stackoverflow.com/questions/10679633/insert-6000-rows-in-couchbase-but-not-stored-success

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