Insert 6000 rows in Couchbase, but not stored succ

2019-03-05 02:45发布

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条回答
疯言疯语
2楼-- · 2019-03-05 03:29

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.

查看更多
登录 后发表回答